Shopify themes, liquid, logos, and UX
hello, i want to change the font size of my announcement bar for desktop, but keep it the same for mobile
website is www.marcomontesi.com , theme is dawn
Solved! Go to the solution
This is an accepted solution.
HI @ads18922
@media screen and (min-width: 1024px){
p.announcement-bar__message {
font-size: 20px !important;
}
}
I hope this helps
Best,
Daisy
Hi @ads18922
Please add this code to Custom CSS in Sale Channels > Online Store > Themes > Customize > Theme settings.
@media (min-width: 750px) {
html p.announcement-bar__message.h5 {
font-size: 12px;
}
}
- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Amazon Products Importer - Import Amazon Products to Dropship in Your Store!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...Sign up now.
@ads18922 hi hope you are well,
please use this css on base.css file on your theme
p.announcement-bar__message.h5 {
font-size: 20px !important;
}
update size base on px
please let us know
Thank you
This is an accepted solution.
HI @ads18922
@media screen and (min-width: 1024px){
p.announcement-bar__message {
font-size: 20px !important;
}
}
I hope this helps
Best,
Daisy
<style>
@media screen and (min-width: 990px) {
p.announcement-bar__message.h5 {
font-size: 20px;
}
}
</style>
Hello @ads18922
Go to online store ----> themes ----> actions ----> edit code ---->base.css
add this code at the end of the file and save.
@media only screen and (min-width: 750px) {
h5, .h5 {
font-size: calc(var(--font-heading-scale)* 1.7rem);
}
}
result
If this was helpful, hit the like button and accept the solution.
Thanks
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025