Shopify debutify theme make cart icon bigger

Hello there.

Is there a way to make this shopping cart icon bigger? I would love to change it just a little bit bigger!

Im using debutify theme.

lemmikkijaelain.myshopify.com

password: 1234

Thanks in advance! :slightly_smiling_face:

Hi @Piirretty ,

This is Victor from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/theme.scss.css->paste below code at the bottom of the file:

.site-nav__link--icon {
    font-size: 28px !important;
}

Note: You can change font size value to fit your store

Hope my answer will help you.

Best regards,

Victor | PageFly

1 Like

Hello @Piirretty
I would like to give you the recommendation to support you so kindly follow steps below:

  1. Go to your Online store > Themes > Edit code
  2. Open your theme.liquid file
  3. Paste the below code before

I hope the above is useful to you.
Best regards,
GemPages Support Team

Hi @Piirretty

I hope you are doing good and welcome to the Shopify Community!
I am San from MS Web Designer.

Please add this css in your bottom of the css file:

.site-header .site-nav__link–icon {font-size: 28px !important;}

Regards,

San