Hey,
Sorry for the delay. Would you be able to share a link to that category so I can provide you with some CSS?
-Kevin
Sure
Website: hiddenkeyescapegames.com
Category: About Escape Games
slug: about-er
Hey sandywe,
This would hide the subhead from all your posts:
.subhead {
display: none;
}
And this should hide the date from your specific category:
.category-about-er .postdate.bg-lightgray.headerfont {
display: none;
}
You can paste those into your custom css box in Theme Options > Advanced Settings.
Hope that helps!
Hannah
Worked perfectly! Thank you!