Hello, I would like to change the size and color of the price on the product page and increase the font size in general as well
But I can’t find it by the code, I would also like to add a script below the price it would be in product-info.liquid??
Hello, I would like to change the size and color of the price on the product page and increase the font size in general as well
But I can’t find it by the code, I would also like to add a script below the price it would be in product-info.liquid??
Hi @JrSlkz ,
Could you please share your store URL, so that I can help you
Hi @JrSlkz
Would you mind to share your Store URL website? with password if its protected. Thanks!
Hi @JrSlkz ,
This is David at SalesHunterThemes.
Thank you for your question.
You can try to follow these steps:
Go to Online Store → Themes → Actions → Edit code.
Go Assets folder → theme.css file.
Add this following code at the bottom of page.
.product sale-price.text-subdued,
.product sale-price.text-on-sale {
font-size: 25px;
color: red;
}
.product compare-at-price.text-subdued {
font-size: 18px;
color: red;
}
About color of the price, you can change the color code you want, here i’m leaving the default color red.
If you only want to apply to price adjustment for product page then you can add script there.
Hope this can help.
David | SalesHunterThemes team
It worked perfectly, thank you very much.
Now I have another question, I want to deploy a script just below where the image points, how can I do it?
I managed to add a liquid in the section and reposition it below the price, thanks to everyone who helped me or made it available. Thanks guys