Forums / Setup & design / CSS question
Øivind Gulbrandsen
Thursday 20 January 2005 2:48:07 am
I have little experience using CSS - and hopefully somebody can tell me what to do...
Take a look at my site, www.hornet.no. As you can see the headers in each tool-list that I have set up are red - near the same colour as the background. (This is based on one of the themes in ez-publish). I want the text to be white! Where in the CSS should I change this?
The same problem is with the path (below the menu). Should also be white.
Łukasz Serwatka
Thursday 20 January 2005 2:54:22 am
Hi,
This should work
div.toollist div.toollist-design h2 { color: rgb(255, 255, 255); }
Personal website -> http://serwatka.net Blog (about eZ Publish) -> http://serwatka.net/blog