Hello. There is any way in VM 3 to make the line erase effect on the base price to show the discounted price like the attachment image below?
(//)
simple css.. target the element and apply
text-decoration: line-through;
GJC Thank you very much for your answer. I put your code to vm-ltr-site.css here:
span.vm-price-desc {
text-align: left;
min-width: 16px;
margin: 0 12px 3px 0;
text-decoration: line-through;
}
It's working bat affect the two prices the base and the final and i want to affect only the base price you have any idea?
Thanks again
Make your selector more specific, eg next div class back?
And be sure to use the edited vm-ltr.css as an override file.
Hello jenkinhill. Yes i use it as an override inside my template css folder as you sey to another post and the glass is vm-price-desc i think so
Thank you.
we can't help you without a live site url
Sorry about the delay. It's not live yet. Is on my Xampp server here http://85.74.34.0/pharmaseenew. Can you try pls?