By rhrueda on
Hi
I´ve Foliage theme, and in the lists of a view there is a grey background color that I want to change. I suppose the color is in the theme css but I couldn't find it.
Any help about where to change it?
Thanks!!
Hi
I´ve Foliage theme, and in the lists of a view there is a grey background color that I want to change. I suppose the color is in the theme css but I couldn't find it.
Any help about where to change it?
Thanks!!
Comments
You can do it!
Get the Firefox browser (if you don't have it already) and get the Firebug plugin from addons.mozilla.org. With Firebug, you can click any element in your page and it will tell you which css rules apply and in which file (& line number) they are. You can even edit css in real time to see the effects.
Solved. I modified the
Solved. I modified the tr.odd td, tr.even td properties in style.css.
Thanksss