Hide the header on one specific category
-
I want to hide the header on one specific category (slug: thank-you)
I tried the following:.single-post .category-thank-you .site-header, .single-post .category-thank-you .header-image { display: none; }
And
.category-thank-you .site-header, .category-thank-you .header-image { display: none; }
I add the tag
!important;
But none works.
Is there any way to get this done?
Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)
- The topic ‘Hide the header on one specific category’ is closed to new replies.