Hey everyone I’m trying to remove the announcement banner from my website for mobile only. I still want it to display on desktops. It’s the green bar that starts with “14g of plant based protein” the URL is this:
https://natural-endurance.myshopify.com/
Any help?
Thanks!
@Mattinnovations - video banner?
No I’m sorry. The announcement banner where it says “14g of plant based protein” just takes up too much space on mobile
@Mattinnovations - add this css to the very end of your base.css file and check
@media screen and (max-width:749px){
.announcement-bar{display: none; visibility: hidden;}
}
1 Like