How can I change the font size of the root element (html) from 10px to 16px without affecting the margin, spacing, etc.? i want the 16px as default so that i can use my own rem values
hey @Marlowe-pahlowm share the URL of your website so i can help you
best regard
MUSTUFA
Hi @Marlowe-pahlowm can you share store url?
You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file base.css and add this code at the end of the file
body {
font-size: 16px !important;
}
Best
DaisyVo
hey @Marlowe-pahlowm plz share the screen shot which font you want to change
i think that wont work because the dawn theme is based on rem value so that would be the root element(html)
Hey @Marlowe-pahlowm
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


