This topic has 2 replies, 2 voices, and was last updated 1 years, 11 months ago ago by Tony Rodriguez
Hello 8theme support staff
When I mark product for sale, in the edit product , the site shows only old regular price with crossed line, and don’t show sale price, when I click the product, in this case both price are visible. I want to be visible at first glance.
Thank you.
Hello, @kakha,
The original price is there on your site, but you are not able to see it because it has the color white, and on a white background, it is not visible, so please copy and paste the below-given CSS code to XStore >> Theme Settings >> Theme Custom CSS >> Global CSS and check back to your site after removing the browser cache.
.price ins .amount {
color: #000 !important;
}
Regards 8Themes Team.
Tagged: regular price, sale price, themes, visibility, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up