Support Center
Visit Demo
License manager
Buy @ envato
toggle menu
Categories
Discussions
Activity
Sign In
·
Register
Sign In
·
Register
Categories
Discussions
Activity
Sign In
·
Register
×
Home
›
Theme support
How to hide the page title
annasahl
June 2014
in
Theme support
I would like to hide the page title from showing on the page, like in your demopages (but not necessarily from search engines). How do I do that?
Thanks, Anna Sweden
Comments
Albert
June 2014
If you want to show title only for bots (remove for users), please use below css in Theme options > Layout > Custom CSS section:
#Subheader .title { visibility: hidden; }
annasahl
June 2014
Perfect!
alimaserrat
June 2014
what if we like to remove the title from only 1 page? I want to remove the title from the top of contact us page.
Albert
June 2014
@alimaserrat
Then all you need to do is add page-id before above css, something like below:
.page-id-xxx #Subheader .title { visibility: hidden; }
where xxx is page ID.
Sign In
or
Register
to comment.
Comments