hi guys! would someone help me give me the code for the grey (scrolling) ad bar present on this site under the black menu?
This creates a scrolling grey announcement bar (marquee-style) below the main menu:
FREE SHIPPING ON ORDERS OVER $50 β NEW COLLECTION JUST DROPPED β SIGN UP FOR 10% OFF β
Instructions:
You can place this code below your navigation bar in theme.liquid or header.liquid.
Replace the text inside the with your own ad messages.
Hello @matthewdropship
- From your Shopify Admin, navigate to Online Store > Themes > Edit Code
- In the Assets folder, open base.css and add your CSS code at the end
.section-sections--24711802061125__ss_announcement_bar_slideshow_fXAAqw-settings {
background: gray;
}
thanks for the help guys! If you notice in the website the words donβt scroll as in the code here but on the site the sentence stays still and then scrolls after a number of seconds, how can I get that effect?
