Hi
How can I adjust header and feature collection font size on Dawn scheme.
I have adjusted font size scaling in theme setting to maximum. How can I adjust to bigger font?
Thanks
Hi
How can I adjust header and feature collection font size on Dawn scheme.
I have adjusted font size scaling in theme setting to maximum. How can I adjust to bigger font?
Thanks
You can make it by CSS,
To do that, you need to inspect to elements that you want to change, then adding the font-size attributes for it.
font-size: (?)px;
(?) - That is the number you want to make font size of element.
Hey @jessica_0430
Could you please provide your Store URL and, if applicable, the Password too? Your cooperation is greatly appreciated!
Best Regards,
Moeed
Hey @jessica_0430
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