Remove Subheader on singel portfolio & blog page
I want to remove only the subheader on the single portfolio and single blog pages.
I want to use the portfolio header respectively the blog header.
How I can do this?
My link: [Links visible only for registered users]
Comments
to remove subheader from single posts and portfolio, you need to use the following css:
.single-post #Subheader, .single-portfolio #Subheader { display: none !important; }