BuddyBoss Home – Web Support Forums Themes Boss. theme Page title not showing

Tagged: 

Viewing 7 posts - 1 through 7 (of 7 total)
  • Question

    #60981
    @hoollaaconnect

    The page title on a custom post page shows up on mobile but not on desktop. I would like for the page title to show on all devicces. Thanks for your help in advance.

    https://hoollaa.com/search-for-businesses

    Answers

    #61021

    Anonymous
    @

    Hi @hoollaaconnect, I have checked your site where a css added for /* margin-top: -50px; */ which causing error. Add the following code to remove that.

    
    #content article.pmpro-has-access {
        margin-top: 10px !important;
    }
    

    Regards

    #61042
    @hoollaaconnect

    Thanks @pallavi. Resolved.

    #61067
    @hoollaaconnect

    Hate to bother you @pallavi. Is there a way to remove the white space under the home page slider? I can’t find any topics covering this issue. Thanks for your usual help.

    #61072

    Anonymous
    @

    Hi @hoollaaconnect, Try this:

    
    .boxed .page-full-width, .boxed .page-right-sidebar {
        max-width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    article#post-649.post-649.page.type-page.status-publish.hentry.pmpro-has-access {
        padding: 0px 15px !important;
    }
    

    Regards
    Pallavi
    BuddyBoss Support

    #61085
    @hoollaaconnect

    @pallavi. Excellent! Another working code. Thanks.

    #61093

    Anonymous
    @

    Great 🙂

Viewing 7 posts - 1 through 7 (of 7 total)
  • The question ‘Page title not showing’ is closed to new replies.