How to change the price font size and also the variant selector font size

How do I change the price font size smaller, variant selector font size, and those size button size. Thanks

www.x-dream.com.au

password: 666

Hey @X-DREAM

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. 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

It works perfect, price font size and button size changed. but I still can’t change the color font size, and size font size. please see below photo. thanks

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

it worked, thanks a lot. but one more question, please see below pic, is that possible make the pic inside the button little bit bigger? or the pic fit the button?

Hi X-DREAM

Follow these steps :

  1. Go to Online Store

  2. Edit Code

  3. Find base.css file

  4. And put this code in the botom

#price-item-value {
    font-size: 16px;}
#product-options-radio-item-title {
    font-size: 10px;
}