Pro Theme Design Forum » Mimbo Pro

Different background colours on lead post on each category pages?

  • Started 1 year ago by sarahincbn
  • Latest reply from darren
  • This topic is not a support question

Hi, Just wondering if there is some coding you can recommend that I could add to single.php or another file and css which would allow for each category to have a specific colour assigned to it's background or even just for its heading. I have each catgeory on the home page assigned with a different colour for its category header(boxColor) and would like for this to be consistent when the user clicks through to that category's main page. Is there a way to code this?

Thanks in advance.

You could append a class to the h2 tag on the category archive page. It would look like this -

<h2 class="<?php single_cat_title(); ?>">

And it would spit out something like this:

<h2 class="Music">

That would make it easier for you to change colors in the css.

Reply

You must log in to post.