Before you ask please READ THIS

Where do you set the highlight colors for the album categories?

When I view the list of albums, the album categories are displayed at the bottom of the page & highlighted in yellow. How do I change that color?

I have to say I love this theme - it's so beautiful - but it's really tough tracking down all the places with the colors, wish there was a way to see them all at once so you could make sure they were all consistent.

Comments

  • AirAir
    Posts: 10,970
    digitalmuse said: it's really tough tracking down all the places with the colors, wish there was a way to see them all at once so you could make sure they were all consistent.
    There just too many elements for such thing. Panel with settings would have 1000 options which is to acceptable by general audience :-) Also maintaining such theme would be nightmare :-)
    Generally it would be as complicated as style.css file :-)

    As of your main question, use this custom CSS:

    .genre-filter li.selected a, .genre-filter li:hover a {
    color: #000;
    background-color: #DEB612;
    }
    With kind regards.
  • Perfect, that worked - thanks!
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!