This topic has 2 replies, 2 voices, and was last updated 7 years by solokco.

  • Author
  • #175313
     solokco
    Participant

    Is there a way to HIDE the TITLE Header on all the site EXCEPT for the BLOG Posts?

    I know there is an option to HIDE the Title for ALL the site, but I would like to show it ONLY on posts.

    Is it possible ?

    #175344
     Kieran_SQ
    Moderator

    Hi,

    Please use the CSS below in your BuddyApp Child theme’s style.css which can be found by going to Appearance > Editor > BuddyApp Child > Style.css or via Quick CSS by going to Appearance > Theme Options > Scroll to: Quick CSS

    COPY CODE
    #page-title {display: none;}
    .single-post #page-title {display: block !important;}

    The first line states that #page-title should not be shown anywhere, the second line states to show as a block if it is a single-post (a blog post).

    Hope this helps,

    Kieran.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.

    #175852
     solokco
    Participant

    Thanks, will do this.

Viewing 3 posts - 1 through 3 (of 3 total)

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?