How can I adjust the shopping bag icon size in my 'add to cart' button?

Hi

Can I change the shopping bag in my button “add to cart” size?

But I want to change the size just on the button, maybe someone has some decision, how can I do it?

Theme: Impulse

Web: dehome.co.uk

Thanks.

1 Like

@Deoxes Do you want to change the cart icon?

1 Like

@DelightCart

No, I just wanna change a bit size but don’t know what code I need to use.

@Deoxes

can you try this code

  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

@KetanKumar

Maybe can you give me a code to make that bag a bit bolder, just increase, but it’s not working on the bag.

Maybe you know how I can like font-weight increase?

You see it’s a bit different from letters.

Thanks.

1 Like

@Deoxes

if make bigger size auto size

1 Like

@KetanKumar

Thanks, but maybe is code how I can control it?

1 Like

@Deoxes

yes, please check your icon svg file and change store width

1 Like

@KetanKumar

Thanks, mate.

1 Like

@Deoxes

its my pleasure to help us

1 Like