This topic has 4 replies, 2 voices, and was last updated 7 years, 11 months ago ago by Rose Tyler
Hello,
I would like to add some words under my original price. It’s about: “(prix neuf estimé)”.Currently, I’m using short description block to have these words under my price (screenshot). I want to put these words out of the short description block (SEO problem), but I want to keep them at the same place on my product page (exactly as displayed on the screenshot).
How can I do this?
Thank you.
Hello,
Try to add this code in custom css:
.single-product .product-information .price del:after {
content: "(prix neuf estimé)";
font-size: 11px;
position: absolute;
width: 100px;
top: 20px;
left: 0;
}
Regards,
Rose Tyler.
Hello,
It seems to work well, thank you. I will do some tests to check it and I will let you know if I have problems.
Thank you.
Hello,
Great, feel free to contact us if you need any help.
Regards,
Rose Tyler.
You must be logged in to reply to this topic.Log in/Sign up