How can I adjust header and feature collection font size

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

Hi,

my url: https://lelundijewelry.com

pw: abcde

Hi thanks,

my url: https://lelundijewelry.com

pw: abcde

Hey @jessica_0430

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

1 Like