Help with resizing shopping cart icon

Hi Shopify Guru’s,

Can somebody help me with a piece of code I can add to prevent the custom shopping cart from being bigger than 25/20 Px. See link to website: https://dekoekfabriek-development-b2b.myshopify.com/

Thanks in advance!

Hello @StudioVliering ,

  1. Go to Online Store->Theme->Edit code
  2. Asset->base.css-> paste bellow code in bottom of file
#Laag_1 {
    width: 20px;
}

Thanks

Hello @StudioVliering ,

It’s GemPages support team and glad to support you today.

I would like to give you a recommendation to support you so kindly follow steps below:

  1. Go to Online Store > Theme > Edit code of your current theme

  1. Open your theme.liquid theme file

  2. Paste the below code before


For example,

If you require any further information, feel free to contact me.

Best regards,
GemPages Support Team