Shape 5

Joomla Club Extensions => Horizontal Accordion v2 - Club => : svendsens July 05, 2011, 05:19:15 PM



: Horizontal Accordion: Text is white - Why?
: svendsens July 05, 2011, 05:19:15 PM
The text is showing up white in my horizontal accordion menu, though the background image comes out fine.

I use Firebug, and it looks like the text is inheriting its whiteness from line 384 of template.css, which says
.s5_dark_row {
color: #FFFFFF;
}

...I tried to override by proximity, using a direct color call in the span element, but it's still white. Any ideas?

URL is: http://tofino.directrouter.com/~svendsen/

Screenshot (with Firebug notes) attached. Thanks, - Sarah


: Re: Horizontal Accordion: Text is white - Why?
: mikek July 06, 2011, 07:38:03 AM
Hello,

The js file actually controls the styling for the active class if you edit the file:

modules/mod_s5_horizontal_accordion/js/s5_horizontal_accordion.js

And search for FFFFFF

You can change it there. It will be in there several times, one for each slide.