Home Forums Pro Themes Photo Perfect Pro Hide Page Titles

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #196495
    soarts
    Participant

    Is there a way within the theme options to hide the H1 page titles?

    I know on the page editor, there is a “Hide page Title” toggle button, but this is not working for my site. Is there another way to hide the page title?

    #196505
    Psink
    Keymaster

    @soarts, Do you want to hide the whole page title section or just the page title? Only the red mark on the screenshot

    https://www.awesomescreenshot.com/image/50100456?key=948e3b03717f26e4b8b525de39783964

    #196577
    soarts
    Participant

    I believe I just want to hide only the page title, but could you please tell me how to do both – I would like to test out both options and see which solves my issue best.

    Thank you!

    #196580
    Psink
    Keymaster

    Sure here is the CSS for both options

    For hiding a whole section, you can add this CSS

    #primary {
    margin-top: 60px;
    }

    #separator-title{
    display: none;
    }

    For hiding page title only, you can add this CSS

    #primary {
    margin-top: 60px;
    }

    #separator-title .single-post-meta {
    padding-top: 10px;
    }

    #separator-title .entry-title{
    display: none;
    }

    And here is the screen record how you can add the CSS
    https://www.awesomescreenshot.com/video/30963879?key=aac818edca8cb02bf5b829db27dc2c35

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.