add an image to my announcement bar on shopify theme dawn

Hello

well

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

For example


@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!

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