Hello
well
how can i add an image to my announcement bar with link connection on shopify theme dawn
For example
Hello
well
how can i add an image to my announcement bar with link connection on shopify theme dawn
For example
.announcement-bar {
background-image: url("https://cdn.shopify.com/s/files/1/0272/0766/3715/files/candles231.png?v=1571192685");
}
Thanks!
.announcement-bar {
background-image: url("https://cdn.shopify.com/s/files/1/0272/0766/3715/files/candles231.png?v=1571192685");
}
Please add this code at the bottom of theme → edit code → assets → theme.scss.liquid file
Add your Image URL which you want to Show.
Thank you.