How can I adjust the announcement bar in the Dawn theme?

Hi there

I would love to do some adjustment on the announcement bar:

  1. Only one single line on both desktop and mobile.

2.Reduce the height to fit one line

3.Remove the 2 arrows on the side.

Thank you!

My url: andrejewelry.com

Password: Thanksforyourhelp

1 Like

Hi @AndreaHuang

It needs a user password.

1 Like

Password: Thanksforyourhelp

Thank you!

1 Like

Thanks for the info, check 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:
.slider-button {
    display: none;
}
.utility-bar__grid {
    display: flex;
    align-content: center;
}
.announcement-bar__message {
    padding: 1.5rem 0 1rem;
}

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!

Hi @AndreaHuang

This is Richard from PageFly - Shopify Page Builder App

Please add this code to your theme.liquid above the to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the


Hope this can help you solve the issue

Best regards,

Richard | PageFly

1 Like

This is exactly what I want. Thank you!

Thank you so much for your help. The Slide button somehow still exists but I already find a solution. Thanks again for your time!

Glad that i can help. Let me know if you have any questions