How can I modify the announcement bar height in the Dawn theme?

How do I adjust the announcement bar height in Dawn theme? For some reason when I go to different page, the height for the announcement bar changes.

vibranttransfers.com

Thank you!!

1 Like

Hi @DEXAgency285

Try this one.

  • From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  • Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  • In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
.utility-bar {
    height: unset !important;
}
1 Like

Hi @DEXAgency285 ,

This is Anthony from Beae Landing Page Builder, and I’m happy to assist you today.

While I acknowledge that this issue falls short of the desired outcome, I have an idea that I believe might be of help:

  1. Go to Online Store → Theme → Edit code
  2. Open your theme.liquid file
  3. Paste below code before :

Best regards,

Anthony

Thank you so much!!