We have renamed Post Grid plugin to Post Grid Combo
Ticket for: Product Slider
0
Idan
I want to make the sales price that is deleted not red and smaller
how do i do that? help please thank you
2 Subscribers
Submit Answer
1 Answers
Best Answer
0
Welcome to our forum.
Instead of displaying full price format you can display sale price or regular price. please see the screenshot how to do that.
https://imgur.com/t4Pj0q5
Regards
you can try following css
.wcps-items-price del{
display: block; /*to display separate line*/
}
.wcps-items-price ins{
}
Try using !important; to override css