Motion theme: Changing the announcement bar text to bold

Hi,

How do I make the text on the announcement bar 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:
.announcement {
font-weight: bold;
}

Screenshot :- https://prnt.sc/VFUeSS77Lg-n

Appreciate your help!

1 Like