I use Dawn and want to increase the font and make it bold on my announcement.
@WW3311 Can you please share this page link?
Just getting started. Feel free to pass along any other suggestions.
@WW3311 - not able to see announcement text
please add this css to the very end of your base.css file and check,
Shopify Admin → Online Store ->Theme → Edit code → base.css
adjust number 18 as per the need
.announcement-bar__message{font-size: 18px;}
Hi @WW3311
o complete your requests, please follow these steps:
- Go to Shopify Admin > Online Store > Theme > Customize > Theme Settings > Custom CSS https://prnt.sc/i8ljAMlHJUKl
- Paste the code provided into the Custom CSS section.
.announcement-bar * {
font-size: 20px !important;
font-weight: 900 !important;
}
Here is the result:
I hope this helps
Best,
Daisy
