Adding an INFO icon in the announcement bar

Hi,

I would love to know how I could add an INFO icon in my announcement bar like on this website: www.shop.maribe-creations.de

My store:

alphapaw.nl

Theme: Boost

Hi @badinfo ,

Please add ‘’ code in header.liquid file

Like:

   Free Shipping in the Netherlands & Belgium!

Also Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

svg.c-icon {
    width: 1.2rem;
    vertical-align: middle;
}
1 Like

Hi @badinfo ,

See attached screenshot.

Thanks