Woo Commerce & X Theme Conflict

The link color settings on the x theme are conflicting with my product settings. The original price should be $80 and the sale price is $37. But the link settings is causing the sales price to be shown in white so you can’t see it at all. Do you have CSS code that I can add somewhere to change the color of the sales price, categories, and tags? I’m not editing this in the cornerstone, so I’m not sure where I would put the CSS code for a woo commerce product page.

https://umanityx.com/product/manifesting-the-life-of-your-dreams/

Hello Bryan,

Thanks for writing in!

By default, the color of the Sale price is coming from the Link color settings. To resolve your issue, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)

.woocommerce .price > .amount, .woocommerce .price > ins > .amount, 
.woocommerce .star-rating:before, .woocommerce .star-rating span:before, 
.woocommerce li.product .entry-header h3 a:hover {
    color: red;
}

We would love to know if this has worked for you. Thank you.

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