This topic has 4 replies, 2 voices, and was last updated 8 years, 4 months ago ago by Jack Richardson
hi, how to show original price when a product is having sales price, example original price is USD10, sales price is USD7, how do we let customer know original price is USD10 to attract customer, also show a cross cut down price from USD10?
Hello,
Please provide us with the link to your site and WP Dashboard credentials in private content.
Best regards,
Jack Richardson.
reply as below
how do we emphasis to let visitor know the item is offer with cheaper than normal price, thanks
Hello,
As I see you edited main style.css file and added your custom css code there:
.price del{
display:none !important;
}
.price-block del{
display:none !important;
}
which is hiding original price on sales products.
Note that you shouldn’t edit main style.css file as you’ll lose all your customizations after theme update, so you need to revert back original file. All style customizations must be added in custom.css file or in style.css file of child theme. To create custom.css you need rename default.custom.css to custom.css in wp-content/themes/blanco directory via FTP and enable it in Blanco – Theme Settings, tick “Enable Custom CSS file”. If you want to use child theme here is the documentation how to create it https://codex.wordpress.org/Child_Themes
Best regards,
Jack Richardson.
You must be logged in to reply to this topic.Log in/Sign up