Adding image to announcement bar in Sense theme

Im looking to change my Announcement bar to an Image, with text overlay - I’ve tried to edit the code, but with tutorials I have found, it directs me to edit "theme → edit code → assets → theme.scss.liquid" but that page does not exist in the Sense theme. Can anyone help me out. Thank you!

-Jackie

Hi @jibbalee

Can you kindly share your store link (with the password, if any) with us? We will check it and suggest you a solution if possible.

Hi thank you for responding @BSS-Commerce ! My site is: https://keepers.la/ PW: KEEP

Ty!

Jackie

Any luck with my request? Thank you!

Hi @jibbalee

Please go to the file base.css and add this CSS code to the class .announcement-bar:

background-image: url("urlImage") !important;

Replace if you have the same code as above and change the urlImage to the image link you want (this image link must be pushed to the cloud and the image must be public).

We hope it will help you.