How can I add a second shopping bag icon with coding in the Impulse theme?

Hi

Have one more question about the shopping bag, wanna add one more place, maybe can help me with coding.

I wanna add it like on add to cart button:

Just when you add in second place:

I showing with the arrow where I wanna add more.

Theme: Impulse

Web: dehome.co.uk

Thanks for the help.

@Deoxes

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

button.btn.btn--full.add-to-cart svg.icon.icon-bag {
    width: 24px;
    height: 24px;
}
1 Like

@Deoxes

add this svg icon into the cart-drawer.liquid file near to the checkout button

1 Like

Hi @Deoxes ,

Please send me the code of header.liquid file, I will check it for you

1 Like

@Mr_RaviRaj

Thanks, it works, just I show you.

You see letters bolder than a shopping bag.

I try change it here:

Screenshot 2022-06-17 at 22.35.11.png

Also try here:

Screenshot 2022-06-17 at 22.35.41.png

I can make it bolder in settings, but changing all icons, but how I can change it bolder just in the cart button?

Maybe you know how I can fix it?

Thanks.

@LitCommerce

MAybe you too know?

@KetanKumar

It’s not working for me.

@LitCommerce

@KetanKumar

In there is changing icon weight, but when I write in theme.css, it’s not changing, maybe can you help me with how exactly I need to write?

Thanks.

1 Like

Sorted, thanks all for help.

@Deoxes

your icon need stoke with but limitation change this may used different better icon

1 Like