Before you ask please READ THIS

Changing the color of the Filter button and other info bar items

edited January 2013 in Hypershot Posts: 39
Hi there! I am thinking of having my background for the main blog page white. The only thing is that the filter button on the right would then no longer be visible, see this page:

http://www.life-beautifully.com/blog/

Is there a way to change the color of the button (to say black or grey).

Thanks so much again!

Comments

  • AirAir
    Posts: 10,970
    Hello again ;-)

    Use this custom CSS

    .rss-link, #filter-activate{
    border-color: #000000;
    color: #000;
    }
    If you also wish to change color of icon there, add this
    .rss-link, #filter-activate:after{
    background-image: url(images/black/controlls.png);
    }
    With regards.
  • Posts: 39
    Perfect! thank you so much!!!!
  • thanks, this helped me a lot, too :)
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!