Hi,
I just need to remove the header cart icon, what exactly do I need to remove in the header.liquid?
Thanks in advance!
Website link (pass: taudee)
The discussion addresses removing the shopping cart icon from a website header. Multiple users provide the same CSS solution:
Recommended fix:
.site-header-cart {
display: none !important;
}
Implementation guidance:
theme.css, theme.scss, base.css, or style.css (varies by theme)base.cssCurrent status:
Some users report difficulty locating the correct CSS file, while at least one user indicates the solution didn’t work for them. The thread remains open with unresolved cases.
Hi,
I just need to remove the header cart icon, what exactly do I need to remove in the header.liquid?
Thanks in advance!
Website link (pass: taudee)
@Wellanie - add this css to the very end of theme.css file
.site-header-cart {display: none; visibility: hidden;}
Please add the following CSS code to your assets/theme.css bottom of the file.
.site-header-cart--button {
display: none !important;
}
Thanks!
.site-header-cart {
display: none !important;
}
add this code in the bottom of the theme.css or theme.scss file.
how do i find the theme.css or theme.scss file section
im trying to remove the cart icon on the homepage of the dawn theme please help
@rass1 - please go to online store->themes->actions->edit code-> assets folder->theme.css/scss
Hi, i can’t find the “theme.css” or the “theme.scss” files.
@JungMedia - check if you have base.css or style.css or styles.css/scss
I did find it now.. but with me it is called “base.css”
@JungMedia - that too works, I think you are using dawn theme
Didn’t work from my part…