Remove the cart logo and leave only the circle with the number of items inside

Hello!

I want to remove the “cart” icon and leave only the circle with the number of items inside the cart.

My theme is Stiletto and my store is www.winnerofficial.com

I attach reference images:

How it is now:

Captura de pantalla 2024-04-04 a las 21.08.54.png

How I want it to be:

Please go to

  1. Online store
  2. Themes → Edit theme
  3. Layout
  4. theme.liquid and paste this code before

Hi @martujv

This is Henry from PageFly - Landing Page Builder App

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file theme.css

Step 3: Paste the below code at bottom of the file → Save

span.icon.icon-new.icon-header-shopping-bag {

display: none !important;

}

[data-js-cart-count] {position: inherit !important;left: -40px !important;}

Hope that my solution works for you.

Best regards,

Henry | PageFly

It worked! But how could I make it a little bit bigger?

It worked! But can I make it a little bit bigger?

@martujv PLease place the above code so that I can provide you the solution according to the best design

You can try with this code to make it bigger.

[data-js-cart-count] {min-width: 20px !important;height: 20px !important;}