Personalized checkout and custom promotions with Shopify Scripts
I deleted the piece of code that allows you to have an announcement bar.
Could someone please give me that piece of code?
Thanks
@DashFlick please check
Certainly, you can add an announcement bar to your Shopify store by adding the following code to your theme.liquid file in the Shopify admin. Here's how you can do it:
Log in to your Shopify admin.
In the left-hand menu, click on "Online Store," and then click on "Themes."
On the Themes page, find the "Actions" button for your current theme and click on it. From the dropdown menu, select "Edit code."
In the theme code editor, locate the theme.liquid file on the left-hand side. Click on it to open the file.
Scroll through the code until you find the <header> section. This is typically where the announcement bar is located.
If you deleted the code for the announcement bar, you can add the following code back in:
Replace "Your announcement text goes here" with your actual announcement message, and if you want to link to a specific page, replace "#" in the <a href="#"> with the URL of the page you want to link to.
After adding the code, click the "Save" button to save your changes.
To style the announcement bar, you may need to add some CSS in your theme's stylesheet. You can do this by clicking on the "Assets" folder in the theme code editor and then selecting your theme's stylesheet (usually named "theme.scss.liquid" or similar). Add your custom CSS styles there to control the appearance of the announcement bar.
Finally, make sure to test your store to ensure that the announcement bar displays correctly and functions as expected.
Remember to follow best practices when customizing your theme code, and always back up your theme before making changes to avoid any unintended issues.
Thankyou, worked great. Though the announcement bar is moving. Could you please give me the liquid where the announcement bar is stationary?
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025