Shopify themes, liquid, logos, and UX
Hi,
I want to hide the cart and account icons but keep the search icon.
my site is https://eftfkw-vc.myshopify.com/
using dawn theme
thank you
Go to your online store -> edit code -> base.css file
and paste this code in the end of file
.header__icon--account{
display: none !important;
}
#cart-icon-bubble{
display: none !important;
}
Try this one.
.header__icons .header__icon--account, .header__icons .header__icon--cart {
display: none;
}
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
I hope you are well. You can follow our instructions below:
1/ Shopify admin > Online store > Customize: https://prnt.sc/XQ6IDB99kUCd
2/ From the left menu > Theme settings > Open Custom CSS: https://prnt.sc/iDxwa8zBQ4Z-
3/ Copy the code below and paste it there
Here is the code for Step 3:
.header__icons a.header__icon.header__icon--account {
display: none !important;
}
.header__icons a#cart-icon-bubble {
display: none !important;
}
Please let me know if it works. Thank you!
Best,
Daisy - Avada Support Team.
Can you help me to create a store?
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024