How can I place a moving announcement bar under the header?

hello, can someone give me the code to have a moving announcement bar under the header like the site i linked below. thank you !!

https://4lkclothing.com/

Hi @ExoticSouls .

Can you send me the link to the store URL and password, so I can help you.

I’m Richard Nguyen from PageFly- Free Landing Page Builder

Hope this answer helps.

Best regards,

Richard | PageFly

https://exoticsouls.world/

my password is EXOTICFAMILY1

Hi @ExoticSouls .

I’m Richard Nguyen from PageFly- Free Landing Page Builder

You can go to Online store => themes => actions => edit code and add this code on file base.css

@media screen and (min-width: 1200px){
div#shopify-section-announcement-bar{
position: relative;
top: 210px;
}
.header-wrapper.color-background-1.gradient {
Bottom: 40px;
}
}

Hope this answer helps.

Best regards,

Richard | PageFly

i pasted that code at the bottom of base.css and its not showing up, any idea why?

you can try this code

@media screen and (min-width: 1200px){ 
div#shopify-section-announcement-bar{ 
position: relative !important; 
top: 210px !important ; 
} 
.header-wrapper.color-background-1.gradient { 
bottom: 40px !important; 
} 
}

still not working, it’s still giving me the regular announcement bar

Hi @ExoticSouls .

I’m Richard Nguyen from PageFly- Free Landing Page Builder

You can go to Online store => themes => actions => edit code and add this code on file theme.liquid above tag


Hope this answer helps.

Best regards,

Richard | PageFly