Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
been trying all different codes doesn't seem to work
Solved! Go to the solution
This is an accepted solution.
Thanks, check this one.
From your Shopify admin dashboard, click on "Online Store" and then "Themes".
Find the theme that you want to edit and click on "Actions" and then "Edit code".
In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
/* to hide the cart */
.site-header-cart {
display: none;
}
And save.
Result:
You can add some comment to the code so if you like to make the card show then youll know which codes.
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
This is an accepted solution.
Do you mean to full width? Like this?
If it check this one.
You have a code in the theme.css that default the width into 1400px.
Change the max width into 100%.
Like this.
And Save.
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Hi @RyanRichie
Would you mind to share your store URL? Can i ask why you like to remove the cart Icon? It is important for the customer to see and click the cart.
Thanks!
Its password protected.
password :123
Thankyou
This is an accepted solution.
Thanks, check this one.
From your Shopify admin dashboard, click on "Online Store" and then "Themes".
Find the theme that you want to edit and click on "Actions" and then "Edit code".
In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
/* to hide the cart */
.site-header-cart {
display: none;
}
And save.
Result:
You can add some comment to the code so if you like to make the card show then youll know which codes.
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
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?
This is an accepted solution.
Do you mean to full width? Like this?
If it check this one.
You have a code in the theme.css that default the width into 1400px.
Change the max width into 100%.
Like this.
And Save.
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Amazing, exactly what we wanted, thank you so much, you are a genius!!
We recently spoke with Zopi developers @Zopi about how dropshipping businesses can enha...
By JasonH Oct 23, 2024A big shout out to all of the merchants who participated in our AMA with 2H Media: Holi...
By Jacqui Oct 21, 2024We want to take a moment to celebrate the incredible ways you all engage with the Shopi...
By JasonH Oct 15, 2024