Adjust Font Size on Announcement Bar (Split Theme)

Hey guys,

I am looking to be able to adjust the font size and thickness on my announcement bar.

Can someone provide code along with instructions?

Website: https://wholesomeboy.co/collections/all/products/could-of-tee-cream

Hi @WholesomeBoy

You can do that by adding this code to your theme.liquid file before tag


Hello @WholesomeBoy

You can try this code: it will be helpful to you

Go to the Online Store->Theme->Edit code->Assets-theme.css>Add this code at the bottom.

.announcement-bar__content .announcement {
    font-size: 15px !important;
    font-weight: 600 !important;
}

Hi @WholesomeBoy

I hope you are doing good and welcome to the Shopify Community!
I am San from MS Web Designer.

Please add this css in your bottom of the theme.css file:

.announcement-bar__content .announcement {font-size: 12px !important;font-weight: 600 !important;}

Regards,

San

Thank you, Dan!