I would like to be able to hide the header from an entire category. Have tried:
.category-20 #main-header { display:none; }
.category-20 #page-container {
padding-top:0px !important;
margin-top:-1px !important
}
where 20 is the category tag_id. This isn’t working for some reason.
Could anyone advise me?