I am working on this page. https://autentica.no/ the hover state of the product name and the product price is still the default integrity red even though I changed the color of site links in global settings, anywhere I’ve seen the red in the globals settings in fact I have changed it, I have tried adding custum CSS that I have now removed and installing a cache plugin, I can’t see what is causing this here I need some help.
Hello @ariellevate,
Thanks for writing to us.
To change the color of the product title, the hover color of the product title, and the product price, go to the Products element, then open Customize and select Element CSS .
/* Product title & hover */
$el.x-wc-products .products header.entry-header a{color:#FFC107;}
$el.x-wc-products .products header.entry-header a:hover{color:#FF9800;}
/* Product Price */
$el.x-wc-products .products header.entry-header span.woocommerce-Price-amount.amount{color:#FFC107;}
Please feel free to change the color code. The purpose of providing custom CSS is to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector.If you have no idea about coding, you can subscribe to One, where customization questions are answered.
Hope it helps.
Thanks
