How do I get it so the announcement bar says
FREE DELIVERY ON ALL ORDERS
then below that
spend £50 and claim your …..
all centrally aligned
instead of it being a continuous line.
How do I get it so the announcement bar says
FREE DELIVERY ON ALL ORDERS
then below that
spend £50 and claim your …..
all centrally aligned
instead of it being a continuous line.
Doesn’t look right
Hello @DAGNORAK
You can try this code: it will be helpful to you
Go to the Online Store->Theme->Edit code->Assets->base.css>Add this code at the bottom.
#shopify-section-sections--18770651447616__announcement-bar .announcement-bar p {
font-size: 22px !important;
}