I need help with the CSS on the Inspire Template. The same css class is responsible for both the title of the tile as well as the title for the sliding banner. However the tiles have a white background and the slider has a translucent black background. I need one class to split into two, so that I can style them with an appropriate color. If I use white, the slideshow title shows fine but it's invisible on the tiles. If I use a dark color like the red that is currently there, you can't see the title in the slideshow(it's hard to see and UI unpleasant). How can I get around this issue? I can't think of a color that will contrast with both backgrounds (white and translucent black) at the same time. So I'm thinking some design work is called for. This may require something newly added to the design. The css class called: zentitle currently has the following definition:
.zentitle * a:visited {
/* color: #444444; */
/*color: #b8b7b7; */
color: #cc2a41;
}
In comments are the previous colors I have tried.