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
›
Blog
Hide subheader on all posts
lollobcn
September 2016
in
Blog
Hi there,
I'd like to hide the subheader automatically on the posts I publish, without having to disable it on each post with the option 'subhead: hide'.
Is that possible with some script?
Thank you!
Lorenzo
Comments
Albert
September 2016
Hi Lorenzo,
this could be possible with custom css only:
.single-post #Subheader { display: none !important; }
lollobcn
September 2016
Thanks, that works perfectly!
Albert
September 2016
You're welcome
Sign In
or
Register
to comment.
Comments
this could be possible with custom css only: