How do i increase the font size of my footer menu on Dawn, it's tiny?

Hi there,

I am using the Dawn theme and my website looks great but the footer menu is tiny comapred to the rest of the font is there anyway of fixing this?

Hi @TLG

Would you mind to share your Store URL website? with password if its protected. Thanks!

Hi sorry I was away for the weekend

https://thelessergods.com/

No worries, Thank you for the information. Do you mean the copyright in the footer?

This one?

If its this one. Then try this code.

  • From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  • Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  • In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
small.copyright__content {
    font-size: 16px;
}
  • And Save.

I hope it help.

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!

Great thanks I increased it to 20px and it was perfect!