Forums / Setup & design / CSS question

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

CSS question

Author Message

Ø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