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
Hide Page Title
Vmed21
January 2017
in
Theme support
Hello! I want to hide the title on one of my pages. I only want it hidden on that specific page. How do I do that?
Comments
Albert
January 2017
Hi,
this could be done with custom css only as following:
.page-id-xxx #Subheader .title { display: none !important; }
where xxx is page ID.
Vmed21
January 2017
Works great! Thank you!
Albert
January 2017
You are welcome!
Sign In
or
Register
to comment.
Comments
this could be done with custom css only as following: where xxx is page ID.