Hiding heading in category
-
Hi,
I found out how to hide heading on specific pages, so I still have heading visible in posts by using this
.page-id-XXX .page-header { display: none !important; }
where XXX is your page ID. But I can’t figure out how to do the same with category. I am not an coder, so I just tried the obvious:
.category-id-XXX .page-header { display: none !important; }
which didn’t work.
I also don’t know if I am targeting the category correctly. I see this line in URL: wp-admin/edit-tags.php?action=edit&taxonomy=category&tag_ID=8&post_type=post
So is the category ID ‘8’?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Hiding heading in category’ is closed to new replies.