Shape 5

Joomla Templates => Emusica - Club => : maxread November 15, 2016, 06:24:48 AM



: S5 Accordion Menu -darkback
: maxread November 15, 2016, 06:24:48 AM
The text in my Accordion menu refuses to be light. I cannot understand what's going on, as the text color seems to defy what the inspector in Chrome / Firefox is telling me.
If anyone could shed any light, I'd be much-obliged - it's driving me bonkers! :)  :-\

http://www.operationseraphim.co.uk/history

Thanks, Max.


: Re: S5 Accordion Menu -darkback
: jonahh November 15, 2016, 04:10:34 PM
Hey Max,

It looks the color is being set here, just change it to #fff and it should fix it for you:

:
#s5_accordion_menu h3.s5_am_toggler a.mainlevel {
    color: #292929;
}

template.css line 613


: Re: S5 Accordion Menu -darkback
: maxread November 16, 2016, 04:41:08 AM
I still can't work this out ::). It would seem that the with the accordion menu set to -darkback, all the text remains black, despite the template specifying white. I cannot work out how to override it (apart from the "active" item) . Help would be appreciated :)


: Re: S5 Accordion Menu Text invisible with -darkback [SOLVED]
: maxread November 16, 2016, 05:13:10 AM
Hey Max,

It looks the color is being set here, just change it to #fff and it should fix it for you:

:
#s5_accordion_menu h3.s5_am_toggler a.mainlevel {
    color: #292929;
}

template.css line 613

That fixed it - thanks very much. :) :) :)


: Re: S5 Accordion Menu -darkback
: jonahh November 16, 2016, 01:52:33 PM
Sure thing, let me know if you need any further help :)