I am using 7.x here. I notice that the links color in the menu bar always follow whatever color setting you set for Links in theme preferences. If you have a dark background in the menu bar, those links will be hardly visible because they blend with the background color. If you set the links to lighter color, they will be hardly visible somewhere else.

Comments

Jeff Burnz’s picture

Definitely doable, I'll add this in the next version, which will come out after Skinr for D7 is stable.

Maleko’s picture

Thanks! In the meantime, could you show me edits that I could do to make the links in the menu bar to always appear in white?

Jeff Burnz’s picture

Just brutally override it in pr.css, something like:

#menu-bar ul.menu li a {color: #fff !important;}