how do adjust both sizes of different announcement bars

Solved

how do adjust both sizes of different announcement bars

instaflames1021
Visitor
1 0 1

I want to change the height of my second announcement bar to be slightly shorter, but its not changing.

 

https://f5811a-ce.myshopify.com/?_ab=0&_fd=0&_sc=1

 

password: shaeff

Accepted Solutions (2)

BSSCommerce-HDL
Shopify Partner
1900 658 789

This is an accepted solution.

Hi @instaflames1021

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above </head> tag:

 

<style>
#shopify-section-sections--22290843926562__announcement_bar_fDyyTf .utility-bar--bottom-border {
    height: 25px !important;
}
</style>

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍

 

If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here .


B2B Solution & Custom Pricing | Product Labels by BSS


Need help from our expert? Kindly share your request with us via community@bsscommerce.com


BSS Commerce - Full-service eCommerce Agency

View solution in original post

BSSCommerce-HDL
Shopify Partner
1900 658 789

This is an accepted solution.

Hi @usernameunkno21

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above </head> tag:

 

<style>
div#shopify-section-sections--22290843926562__announcement_bar_fDyyTf .announcement-bar {
    height: 20px !important;
}
</style>

 

Here is result:

BSSCommerceHDL_0-1724464618168.png

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you  😍

 

 

If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here .


B2B Solution & Custom Pricing | Product Labels by BSS


Need help from our expert? Kindly share your request with us via community@bsscommerce.com


BSS Commerce - Full-service eCommerce Agency

View solution in original post

Replies 3 (3)

BSSCommerce-HDL
Shopify Partner
1900 658 789

This is an accepted solution.

Hi @instaflames1021

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above </head> tag:

 

<style>
#shopify-section-sections--22290843926562__announcement_bar_fDyyTf .utility-bar--bottom-border {
    height: 25px !important;
}
</style>

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍

 

If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here .


B2B Solution & Custom Pricing | Product Labels by BSS


Need help from our expert? Kindly share your request with us via community@bsscommerce.com


BSS Commerce - Full-service eCommerce Agency
usernameunkno21
Tourist
9 0 6

thank you it worked! but how do i change the location of the text so it is aligned with the bar?

BSSCommerce-HDL
Shopify Partner
1900 658 789

This is an accepted solution.

Hi @usernameunkno21

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above </head> tag:

 

<style>
div#shopify-section-sections--22290843926562__announcement_bar_fDyyTf .announcement-bar {
    height: 20px !important;
}
</style>

 

Here is result:

BSSCommerceHDL_0-1724464618168.png

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you  😍

 

 

If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here .


B2B Solution & Custom Pricing | Product Labels by BSS


Need help from our expert? Kindly share your request with us via community@bsscommerce.com


BSS Commerce - Full-service eCommerce Agency