Motion theme: Changing the footer heading to bold

Hi,

How do I change the footer heading to bold?

Site url: https://thechillsmart.com

1 Like

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset >theme.css and paste this at the bottom of the file:
.footer__title{
font-weight: bold;
}

Screenshot :- https://prnt.sc/dmjRdiEDmFwx

1 Like

Thanks!

1 Like