Dat999
October 30, 2023, 8:01am
1
Hi! I’m currently using the dawn theme. I would like to change the size of the options name “Wybierz rozmiar” so it is smaller.
I also have a problem with my price sizes. When a product is discounted, the price is smaller, compared to what it normally is. Is there a way to make both the regular prices, and discounted prices the same size?
I appreciate all the help!!!
Hi @Dat999
Please share your store link
Dat999
October 30, 2023, 8:47am
3
Hi @Dat999
This is Henry from PageFly - Landing Page Builder App
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file base.css
Step 3: Paste the below code at bottom of the file → Save
.product__info-wrapper label.form__label {
font-size: 16px !important;
}
Hope that my solution works for you.
Best regards,
Henry | PageFly
Hi @Dat999
Please go to your Online store > Themes > Edit code > open base.css file, add those code at the bottom
.product__info-container .product-form__input .form__label { font-size: 16px !important; }
.product__info-container .price--large { font-size: 25px !important; }