- This topic has 3 replies, 2 voices, and was last updated 1 year, 11 months 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 › Signify Pro › How to remove page title without affecting page URL
Hi guys.
My web design skills are rudimentary but I’d really appreciate some basic help.
on the site verticalifi.com you’ll notice the gap between the logo at the very top of each page and the menu is too big.
Directly above the logo is the page name in black writing on a black background.
How do I remove the page title without affecting the associated page URL please?
If I can’t remove the page title, is there anything else you’d suggest to reduce the gap please?
Thanks and have a great day.
Chris.
@VERTICALIFI, Please Add this CSS in the Additional CSS
.home .post-21 .entry-header{
display: none;
}
GO to Appearance >> Customizer >> Additional CSS, paste the above code there and published the site
Let us know if it works or not
It worked on the home page! thank you so much! Now all I need to do is remove it from all the other pages. Is doing so possible with one css entry or do i need to do a css entry in ‘additional css’ for each page? Would you be so kind as to provide css that’d remove it from the entire site please? Thanks again!
@VERTICALIFI, Remove the previous CSS code from the Additional CSS and add this CSS code
header.entry-header {
display: none;
}
this code will hit all the pages
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. |