Change Link Hover Color In Pro

I cannot get the product title hover color to change from orange to another color on this site (homepage) https://um0.3fa.myftpupload.com/

Hello @2dopedesigns,

Thanks for writing in!

You have inserted a Products element into your column. The link hover of the product title is using this built-in stack style.css:

[class*=woocommerce] li.product .entry-header h3 a:hover {
    color: #ff2a13;
}

If you want to change the product title hover color, simply modify the given code above and add the CSS code into Pro > Theme Options > CSS.

Hope this helps. Kindly let us know how it goes.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.