Can I Modify The Announcement Bar Height In Taste Theme On Shopify?

Solved

Can I Modify The Announcement Bar Height In Taste Theme On Shopify?

Scandisite
Visitor
2 0 1

Hello there! Can I Modify The Announcement Bar Height In Taste Theme On Shopify? 

I have tried with several published codes and I cannot reduce the height of the announcement bar.

Thanks!Lille_Galleri.jpg

Accepted Solution (1)

magenest
Shopify Partner
162 12 25

This is an accepted solution.

Hi @Scandisite, you absolutely can do that. Here is how: You need to go to Shopify admins > Online store > theme > customize > Announcement bar > custom CSS and add this CSS (https://prnt.sc/Ddwmxf5mDCrp)

.announcement-bar {
height: 50px;
}

Hope this help, and if you have any more questions, let's us know 

Magenest - One-stop Digital Solution Provider
- Don’t forget to drop a thumbs-up and Mark it as a Solution if you find our response useful
- Elevate your online business with our Shopify experts and professional designers

View solution in original post

Replies 2 (2)

magenest
Shopify Partner
162 12 25

This is an accepted solution.

Hi @Scandisite, you absolutely can do that. Here is how: You need to go to Shopify admins > Online store > theme > customize > Announcement bar > custom CSS and add this CSS (https://prnt.sc/Ddwmxf5mDCrp)

.announcement-bar {
height: 50px;
}

Hope this help, and if you have any more questions, let's us know 

Magenest - One-stop Digital Solution Provider
- Don’t forget to drop a thumbs-up and Mark it as a Solution if you find our response useful
- Elevate your online business with our Shopify experts and professional designers
Scandisite
Visitor
2 0 1

Thanks for your answer. It works. Somehow I managed it by changing the font size.