PDA

View Full Version : Help with bar.


k2sna
10-03-2013, 01:53 AM
Hey i have some problem
all the bar dropmenus like that :S
how to fix?
http://www.upload.ee/image/3618814/hey.PNG

Lynne
10-03-2013, 01:57 AM
Is it just that the text is white on a white background or are the boxes actually missing text?

k2sna
10-03-2013, 02:02 AM
Is it just that the text is white on a white background or are the boxes actually missing text?

White backgroud, need to change text font/color or something?

tbworld
10-03-2013, 06:49 AM
Provide a link to your site and I probably can help.

ozzy47
10-03-2013, 08:13 AM
That is controlled by the stylevar, navbar_popupmenu_link_background, found under the group NavBar

tbworld
10-03-2013, 09:18 AM
That is controlled by the stylevar, navbar_popupmenu_link_background, found under the group NavBar

Use @Ozzy47's approach, but note that many skin designers add CSS instead of using the complete stylevar system to control this area, in which case it might be overridden. Which is why I asked for a link.

k2sna
10-03-2013, 11:17 AM
forum link*

ozzy47
10-03-2013, 11:53 AM
Did you try the stylevar I suggested?

k2sna
10-03-2013, 12:32 PM
Did you try the stylevar I suggested?

yeah

ozzy47
10-03-2013, 03:51 PM
And that did not work? then add this to your additional.css.

.navtabs li.selected .popupbody li a
{
color: #000000;
}

k2sna
10-03-2013, 05:17 PM
And that did not work? then add this to your additional.css.

.navtabs li.selected .popupbody li a
{
color: #000000;
}



Thankyou :)
Close thread

ozzy47
10-03-2013, 05:18 PM
Glad that way worked for you. :)