Hello,
I want to put the word “new price” under my displayed price on my single product page. How can I do that? What files I need to modify and how?
Thanks a lot.
This topic has 8 replies, 3 voices, and was last updated 9 years, 9 months ago ago by Jack Richardson
Hello,
I want to put the word “new price” under my displayed price on my single product page. How can I do that? What files I need to modify and how?
Thanks a lot.
Hello tlgv,
please show on screenshot where exactly do you want to insert these words.
Regards,
Stan Russell.
Hi Stan,
Please find:
Hello,
Try to use this code in Theme Options > Custom CSS > Global Custom CSS:
.product-information .price del:after {
content: "Ancien price";
display: block;
position: absolute;
}
.product-information .price {
display: inline-flex;
}
Best regards,
Jack Richardson.
Hi Jack,
Thank you but it doesn’t work depending on devices and browsers.
Do you another way to do it?
Thank you.
Hello,
I’ve added the previous code in Global Custom CSS and this code in Custom CSS for mobile:
.product-information .price del:after {
content: "Ancien price";
display: block;
position: absolute;
margin-left: 20%;
}
Please check now.
Best regards,
Jack Richardson.
Ok thank you!
Hello,
You’re welcome.
Best regards,
Jack Richardson.
The issue related to '‘Price’' has been successfully resolved, and the topic is now closed for further responses