Can't change the yellow
-
I’m having trouble trying to get the yellow changed on my site.
The links for my products and the yellow line in the menu won’t change.
Here’s a link to my site
https://dcvanterpool.com/shop/
The blog I need help with is: (visible only to logged in users)
-
Hey there,
— Please try the following CSS and let me know if it helps:
.nav–main li > a {
background-color: #51ff72;
}Insert it in Appearance → Customize → Additional CSS.
Please let me know if you need something else. I’d love to offer further help.
Take good care of yourself.
Alexandru
-
Hi, I’ve had the same problem. Thanks for your response Alexandru but it doesn’t change anything fo me.
Is there another way maybe?
-
Hi,
I’m also experiencing the same issue of not being able to change the yellow, and this CSS doesn’t work for me either.
Thanks, -
Still having the same issue and my proceed to checkout is seen as just a yellow line until you hover over it and see the font is white instead of black.
-
I just added this theme and I can change all the colors except for the yellow highlight on in-article links. Is there a way to remove this completely through CSS? There doesn’t appear to be a way to alter the color at all.
-
Hey there,
I’m sorry for the delayed response.
Here’s another workaround using custom code.
— Please try the following CSS and let me know if it helps:
.nav–main li[class*=”current-menu”] > a, .nav–main li:hover > a {
background-image: linear-gradient(180deg, transparent 0%, red 0%, red 100%, transparent 100%);
}.single .entry-content a:not([class*=”wp-block”]):not(.img-link), .page .entry-content a:not([class*=”wp-block”]):not(.img-link) {
background-image: linear-gradient(180deg, transparent 0%, purple 0%, purple 100%, transparent 100%);
}Insert it in Appearance → Customize → Additional CSS.
Change the colours as you wish.
Please let me know if you need something else. I’d love to offer further help.
Cheers,
Alexandru
- The topic ‘Can't change the yellow’ is closed to new replies.