How do I change the price font size smaller, variant selector font size, and those size button size. Thanks
password: 666
How do I change the price font size smaller, variant selector font size, and those size button size. Thanks
password: 666
Hey @X-DREAM
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
Hey @X-DREAM
Keep the previous code and add this new code above in theme.liquid file
h5.\#product-variant-selector-item-heading {
font-size: 15px !important;
}
RESULT:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Hi X-DREAM
Follow these steps :
Go to Online Store
Edit Code
Find base.css file
And put this code in the botom
#price-item-value {
font-size: 16px;}
#product-options-radio-item-title {
font-size: 10px;
}