Increase text size of copyright in footer

Hello,

I have tried to look this up in the forums to no avail, any guidance would be greatly appreciated. I am trying to increase the size of this copyright text, can you please show me how?

website: www.dearpersonbehindme.com

Thanks

Hi Wuco

On your admin panel go to Online Store > Themes > Actions > Edit Code > Assets > theme.scss and add this at the bottom of the file.

@media screen and (min-width: 641px)
.Footer__StoreName {
    font-size: 14px !important;
}

If you want to make it bigger just increase the number from 14 to a higher number.

Regards,

Martin

Thank you for your suggestion, unfortunately this just made the page break. There were huge icons and letters everywhere.

Do you have something else I can try?

If you give me your password for the website password page I can take a look at your website again and see if there’s another possible solution I can provide.

Thanks. Password is dpbm

On your theme.scss can you find this part and change 11px to 13px. You can ctrl+f to find it quicker instead of scrolling.