add an image to my announcement bar on shopify theme dawn

Sotiris
Tourist
5 0 3

Hello

well

how  can i add an image to my announcement bar with link connection  on shopify theme dawn

 

For example Στιγμιότυπο 2021-11-01, 2.10.53 μμ.png

 

Replies 2 (2)

dmwwebartisan
Shopify Partner
12289 2547 3698

@Sotiris 

1. Go to Online Store->Theme->Edit code 2. Asset->/base.css ->paste below code at the bottom of the file. 

 

.announcement-bar {
	background-image: url("https://cdn.shopify.com/s/files/1/0272/0766/3715/files/candles231.png?v=1571192685");
}

 

Thanks!

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app

Zworthkey
Shopify Partner
5581 642 1567

@Sotiris 

.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.