Hello experts,
I need to enlarge the size of the price font on the product page.
BROADCAST theme.
Store: www.shapesdecor.com
Thank you,
Best
A user needs to increase the price font size on product pages using the Broadcast theme.
Solutions Offered:
First approach (unsuccessful): Adding CSS code to theme.liquid file above the </body> tag. The user confirmed this method didn’t work, clarifying they need the change on the product page specifically, not the product grid.
Alternative solution: Adding custom CSS to the theme.css file:
#MainContent .product-information .price {
font-size: 20px;
}
The discussion remains open as the user hasn’t confirmed whether the second solution resolved their issue.
Hello experts,
I need to enlarge the size of the price font on the product page.
BROADCAST theme.
Store: www.shapesdecor.com
Thank you,
Best
Hey @valeriashapes
Follow these Steps:
Go to Online Store
Edit Code
Find theme.liquid file
Add the following code in the bottom of the file above tag
RESULT:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Hi Moeed,
Thanks for your help.
This doesn’t work, however.
I specified on the product page, not in the product grid.
Best,
Valeria
Hi @valeriashapes ,
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file theme.css
Step 3: Paste the below code at the bottom of the file → Save
#MainContent .product-information .price{
font-size:20px
}
Hope my solution works perfectly for you!
Best regards,
Oliver | PageFly