Navbar separator lines don't show on Chrome or Firefox
ChancyRat
Registered Users Posts: 2,141 Major grins
In my test new site, the separators (vertical lines between the navbar items) show in IE, but not Firefox or Chrome. FYI.
0
Comments
What OS? Can you post (or PM me) a link so I can take a look?
Thanks,
Mike
(and an avid landscape photographer - view my website)
[url]Http://www.joinrats.com[/url]
Sorry for leaving out info:
Win7 enterprise
Chrome Version 29.0.1547.66 m
FF 23.0.1
IE 8.0.76xxx
gwen
Yeah, we're picking a "bad" color for the separator (basically a very light, almost white) relative you your page's background color. The default separator color is set automatically using your theme's primary color as the reference, which in this case is nearly black, which causes a light color to be chosen for the separators. The reason it's working in IE is because that particular version of IE doesn't support the alpha-transparency for the color, and is instead using the darker fallback option.
I'll look into this a bit more to see if there's something better that can be done, but in lieu of another solution, you can always write some custom CSS to set the color manually.
(and an avid landscape photographer - view my website)
EDIT: Okay I tested it by changing the "main color" to something lighter, and now I can make out the separators. Mike I realize this is slightly heading in a different direction but how do I save a theme/customization, and then try another theme but keep the same customizations on it? I'd like to change themes and test what I see, but I don't want to have to recreate the same customizations (e.g., nav bar) each time.