For my category titled 'mindset' I would like to use the following style on my post header:
background: none repeat scroll 0 0 grey;
border-bottom: 5px solid #83990A;
However for my 'news' category I would like to use the following style:
background: none repeat scroll 0 0 grey;
Any ideas of the coding I could use?
Thanks.
post_class()? – Michael Feb 14 at 14:44post_class()- so following the suggestion by @Max Yudin is possibly a way to go. – Michael Feb 14 at 16:45