hello, can someone give me the code to have a moving announcement bar under the header like the site i linked below. thank you !!
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
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
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
