Need help with removing cart icon on Empire Theme?

been trying all different codes doesn’t seem to work

Hello @myhope

This is Amelia at PageFly - Shopify Advanced Page Builder app.

Could you please share the URL link of your store so we can check it for you?

https://whitelinedist.myshopify.com/

We Do not sell publicly thanks,

Its password protected.

Hi @myhope ,
Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code

Step 2: Search file base.css, theme.css, styles.css or theme.scss.liquid

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

a.site-header-cart--button {
    display: none !important;
}

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you :heart_eyes:

password :123

Thankyou

You can try the following steps I have provided to help you solve the problem you are facing:

Step 1: Online Stores > Themes > Edit code

Step 2: Choose file base.css or theme.css

Step 3: Add code

.site-header-cart {
    display: none;
}

Thank you! It worked!! You are a life saver

While I have you hear, would you happen to have a code that will get rid of the excess white space on the left and right sides of the website?

Do you mean to full width? Like this?

You have a code in the theme.css that default the width into 1400px.

Like this.

And Save.

Amazing, exactly what we wanted, thank you so much, you are a genius!!