Remove Free shipping announcement bar -in header - Dawn theme

Solved

Remove Free shipping announcement bar -in header - Dawn theme

ALacey
New Member
6 0 0

I have searched for a solution to remove the free shipping announcement bar from the header section in the Dawn theme. It is not an announcement block but an announcement in the header. It looks like many others have had the same problem but none of the codes supplied to them have helped me. Thank you for any help.

ALacey_0-1734414146210.png

 

Accepted Solution (1)

Dan-From-Ryviu
Shopify Partner
10712 2117 2235

This is an accepted solution.

Hi @ALacey

I guess this announcement bar comes from an app that you have installed. Please try to disable apps from your Shopify admin > Sales channels > Online Store > Themes > Customize > App embeds to check. 

- Helpful? Like and Accept solution! Or Support me: Buy Me Coffee ❤️
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

View solution in original post

Replies 12 (12)

Eric-HAN
Shopify Partner
273 30 29

Hi,there

Follow the steps 

1. GO to your theme editors

EricHAN_0-1734415777069.png

2 click the announcement bar 

EricHAN_1-1734415835875.png

3. click 3 dot button and select hide selection.

EricHAN_2-1734415881532.png

 

Hope this could help you. 
If your want this removed entirely . then you need to customize the theme code and remove the announcement part code.

 

- Helpful? Please hit Like and mark it as a solution
Want to modify or custom changes on store? Let me help.
- Feel free to Email Me    Buy Me A Coffee
ALacey
New Member
6 0 0

Thank you so much for your reply. It is actually not the usual announcement bar that shows at the top it is embedded somehow in the header. There is no block to hide or delete it.

ALacey_0-1734416441622.png

 

 

websensepro
Shopify Partner
1673 188 224

Hi @ALacey ,

websensepro_0-1734415947006.png

 

If you want to delete it, delete it from here.

Need a Shopify developer? Hire us at WebSensePro For Shopify Design Changes/Coding
For Free Tutorials Subscribe to our youtube
Get More Sales Using Big Bulk Discount APP
Create Your Shopify Store For Just 1$/Month
Get More Sales Using Big Bulk Discount APP
ALacey
New Member
6 0 0

Thank you so much for your reply. It is actually not the usual announcement bar that shows at the top it is embedded somehow in the header. There is no block to hide or delete it.

ALacey_1-1734416492646.png

 

 

websensepro
Shopify Partner
1673 188 224

@ALacey kindly provide your store URL please and if it is password protected, please share the password as well. Thanks

Need a Shopify developer? Hire us at WebSensePro For Shopify Design Changes/Coding
For Free Tutorials Subscribe to our youtube
Get More Sales Using Big Bulk Discount APP
Create Your Shopify Store For Just 1$/Month
Get More Sales Using Big Bulk Discount APP

Dan-From-Ryviu
Shopify Partner
10712 2117 2235

This is an accepted solution.

Hi @ALacey

I guess this announcement bar comes from an app that you have installed. Please try to disable apps from your Shopify admin > Sales channels > Online Store > Themes > Customize > App embeds to check. 

- Helpful? Like and Accept solution! Or Support me: Buy Me Coffee ❤️
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

ALacey
New Member
6 0 0

Hi Dan, thank you for your help. It was an app called aftership. Greatly appreciate your reply thank you.

topnewyork
Astronaut
921 128 160

Hello, @ALacey 
Please share store url 
Thanks!

Need a Shopify developer? Hire us at Top New York Web Design
Boost Your Store Sales with Volume/Tier Discount Try Big Bulk Discount
Create New Shopify Store For Just 1$/Month
ALacey
New Member
6 0 0

Thank you for your reply. website

websensepro
Shopify Partner
1673 188 224

Hi @ALacey ,

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.css / based.css file and paste the code in the bottom of the file.

.cb9-mars35 {
    display: none;
}

Result:

websensepro_0-1734425335996.png

 

 

If my reply is helpful, kindly click like and mark it as an accepted solution.

If you are happy with my help, you can help me buy a COFFEE

Thanks!

Need a Shopify developer? Hire us at WebSensePro For Shopify Design Changes/Coding
For Free Tutorials Subscribe to our youtube
Get More Sales Using Big Bulk Discount APP
Create Your Shopify Store For Just 1$/Month
Get More Sales Using Big Bulk Discount APP
ALacey
New Member
6 0 0

Thank you for your further help. It is still being stubborn. 

<div><div class="cb9-mars14"><div class="cb9-mars15"><div class="cb9-mars16"><div style="text-align: center; color: rgb(255, 255, 255);"><div class="cb9-mars27 cb9-mars34 cb9-mars40 cb9-mars29 cb9-mars43"><div class="mars-stack-item cb9-mars46"><span>👋 Free shipping on orders over $35.00</span></div></div></div></div><div class="cb9-mars17"><button class="cb9-MuiButtonBase-root cb9-MuiIconButton-root cb9-mars22 cb9-mars23 cb9-mars25 cb9-MuiIconButton-colorInherit cb9-mars26" tabindex="0" type="button" aria-label="close"><span class="cb9-MuiIconButton-label"><svg class="cb9-MuiSvgIcon-root cb9-mars24" focusable="false" viewBox="0 0 24 24" aria-hidden="true"><path

 

websensepro
Shopify Partner
1673 188 224

@ALacey 

 

.cb9-mars14 {
    display: none;
}

"Alright, then try this."

Need a Shopify developer? Hire us at WebSensePro For Shopify Design Changes/Coding
For Free Tutorials Subscribe to our youtube
Get More Sales Using Big Bulk Discount APP
Create Your Shopify Store For Just 1$/Month
Get More Sales Using Big Bulk Discount APP