Remove name of page from the top of each age
-
Hi all,
Could someone help me to remove the name of each page from the top of each page under the banner.
IE remove the word ‘HOMEPAGE’ from the top of the homepage.
Many thanks in advanceThe blog I need help with is: (visible only to logged in users)
-
Hey there,
This CSS should hide that:
/* Hide page title */ h1.page-title { display: none; }In order to use this CSS, the site would need to be on the premium plan.
I hope this helps.
-
Many thanks
I’ll need a premium plan at some point, so at least I know I’ll be able to remove this eventually
- The topic ‘Remove name of page from the top of each age’ is closed to new replies.