Remove Free shipping announcement bar -in header - Dawn theme

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.

Hi,there

Follow the steps

  1. GO to your theme editors

2 click the announcement bar

  1. click 3 dot button and select hide selection.

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.

Hi @ALacey ,

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

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.

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.

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.

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

Hello, @ALacey
Please share store url
Thanks!

Thank you for your reply. website

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:

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!

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

:waving_hand: Free shipping on orders over $35.00

@ALacey

.cb9-mars14 {
    display: none;
}

“Alright, then try this.”

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