A space to discuss online store customization, theme development, and Liquid templating.
How do I change the font on my announcement bar? I want to change the size and font. I'm using the Studio theme. My URL is https://kylielyndesigns.com/
Solved! Go to the solution
This is an accepted solution.
Hello There,
1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset >base.css and paste this at the bottom of the file:
p.announcement-bar__message.h5 {
font-family: sans-serif;
}
This is an accepted solution.
Hello There,
1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset >base.css and paste this at the bottom of the file:
p.announcement-bar__message.h5 {
font-family: sans-serif;
}
This worked! Thank you so much!
Hi
I am using the Studio theme, but the above code in the base.css didn't do anything to the announcement bar. Please help.
Hey, what are the other font family options? Or is sans-serif the only other font style? Any help would be great thanks 🙂