Hi, my padding was fine before but for some reason my navigation banner is very large now. how can i reduce it where it states: 50% OFF + Free Express Delivery Today Only
how can I fix this?
Hi, my padding was fine before but for some reason my navigation banner is very large now. how can i reduce it where it states: 50% OFF + Free Express Delivery Today Only
how can I fix this?
Hello @caitlynneal
.announcement-bar__announcement .announcement-items {
display: none;
}
Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code
Step 2: Search file theme.liquid
Step 3: Insert this code above
Result:
If it helps you, please like and mark it as the solution.
Best Regards
Hi @caitlynneal
This is Amelia from PageFly - Landing Page Builder App
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file base.css
Step 3: Paste the below code at bottom of the file → Save
div#Slide-sections–18639878258924__announcement-bar-2 {
display: none;
}
Hope that my solution works for you.
Best regards,
Amelia | PageFly
Hello @caitlynneal
Go to online store ----> themes ----> actions ----> edit code ---->base.css
add this code at the end of the file and save.
div#Slide-sections--18639878258924__announcement-bar-2 {
display: none !important;
}
result
If this was helpful, hit the like button and accept the solution.
Thanks