- This topic has 3 replies, 2 voices, and was last updated 2 months, 2 weeks ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Home › Forums › Pro Themes › Photo Perfect Pro › Hide Page Titles
Tagged: Hide page title
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?
@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
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!
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
Cookie | Duration | Description |
---|---|---|
cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |