Hello @getgolfed,
Thank you for reaching out.
I understand your concern about the product links disappearing when hovered over due to their color change. To solve this, you need to add some custom CSS to change the hover color.
Here’s a simple example of how you can do this:
- Go to Appearance > Customize > Additional CSS.
- Add the following code:
a.product:hover {
color: #000000 !important; /* This changes the hover color to black */
}- Click ‘Publish’ to save the changes.
This should change the hover color of your product links to black. If you prefer the color to remain red, simply replace ‘#000000’ with the hex code of the red color you’re using.
I hope this helps.
Thanks! I put that in the Additional CSS but am still getting the white links when hovering…

-
This reply was modified 9 hours, 28 minutes ago by
getgolfed.
Hi @getgolfed,
Kindly note CSS and any form of customization is outside our support scope. In this case, since the way your page looks is dependent on the theme you’re using, you can consider reaching out to the theme developers here: https://projectdmc.org/support/theme/yith-wonder/.
As a courtesy, I’ve inspected your site and found this rule, it seems it’s picking up a color defined in the settings:

I hope this points you in the right direction, or gives you a broader idea of what to ask in the YITH Wonder theme forums!
Cheers!
-OP
