This topic has 13 replies, 3 voices, and was last updated 7 years, 4 months ago ago by Amzy Leel
I have a link in “Left Topbar” section of my header. The color on it is the same as the header background color so it looks like it is invisible. How can I change the color of this link? I am just using the
You can’t see it unless you hover over the space after the @ symbol
Hello,
use this css code
.languages-area p strong a { color: #b2b2b2; }
Thank you. How can I set the hover color on it as well?
.languages-area p strong a:hover { color: #fff; }
Thanks. The links on my account page show as white when I am on the active page. Please see this image: http://imgur.com/a/86jNK
Whatever sub-page on the my accounts page you are on that particular link in the left sidebar shows up white. How can I change this?
.topbar-color-white .my-account-link ul > li > a { color: #ff0 !important;}
I have applied that code but the active page is still showing up white and the text can’t be seen: http://imgur.com/a/M2Hya
for that use this:
.woocommerce-MyAccount-navigation li.is-active a { color: #6DAB3C !important; }
It seems like every active page that a visitor is on the link to that page in any menu will show up white/transparent. Is this a certain setting that I can change within the theme? I don’t want to have to add custom code for each instance of this happening. Thanks
Hello,
It’s because you set Main Color (Theme Options > Styling > Content) to transparent. Change it, please.
Regards
Thank you. That looks like it fixed it.
You are welcome.
if you have any other questions do not hesitate to ask (in a new topic / post)
Tagged: link color, templates, top bar, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up