How can I adjust the font size on my store's announcement bar?

Hello,

I just wanted help with changing the font size on the announcement bar of my store. I’m currently using the Debut theme if that helps.

Thank you very much,

K

@kdza0

Please send me store URL ?

Hey @jotvark ,

It is:

https://exoticbeauty.ca/

@kdza0

  1. Go to Online Store->Theme->Edit code
  2. Asset => theme.css ->paste below code at the bottom of the file.

.announcement-bar__message {
font-size: 14px;

}

Thank you very much! This worked perfectly!