Access a community of over 900,000 Shopify Merchants and Partners and engage in meaningful conversations with your peers.
Hi all,
I am new to Shopify. I would like to change the height of my announcement bar for both desktop and mobile.
Would appreciate if anyone can help.
Store Link: https://theurbanjewel.myshopify.com/
Password: 1234
Solved! Go to the solution
This is an accepted solution.
Hello @MaggiErie !
In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset > theme.scss.liquid and paste this at the bottom of the file:
.announcement-bar__message {
padding: 5px 0 !important;
font-size: 12px !important;
}
@media (max-width: 767px){
.announcement-bar__message {
font-size: 10px !important;
}
}
Copy
12px = font size of the announcement text on desktop/large devices.
10px = font size of the announcement text on mobile/smaller devices.
You can customize to your liking.
Thanks,
Digital Artisans
This is an accepted solution.
Hello @MaggiErie !
In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset > theme.scss.liquid and paste this at the bottom of the file:
.announcement-bar__message {
padding: 5px 0 !important;
font-size: 12px !important;
}
@media (max-width: 767px){
.announcement-bar__message {
font-size: 10px !important;
}
}
Copy
12px = font size of the announcement text on desktop/large devices.
10px = font size of the announcement text on mobile/smaller devices.
You can customize to your liking.
Thanks,
Digital Artisans
Hi guys,
I know this has been posted a year ago but I couldn't make this work on my site.
Would you please help me? Thanks.
theoverland.co is my page
User | RANK |
---|---|
14 | |
10 | |
5 | |
5 | |
5 |
Connect your PayPal account to allow your customers to checkout using the PayPal gateway a...
ByYour online store speed can enhance your store’s discoverability, boost conversion rates a...
ByShopping is at our fingertips with mobile devices. Is your theme optimized to be user-frie...
By