Hi everyone! Can somebody advise how to remove shopping cart icon and account icon in dawn theme?
Hello @spflab
Can you give me your page URL( with pass if your store password is enabled) so I can check it and maybe give you a solution?
Kind & Best regards,
GemPages Support Team
Hi @spflab
I hope you are doing good and welcome to the Shopify Community!
I am Santanu from MS Web Designer (Top Rated Shopify Certified Experts and eCommerce Consultant from Singapore).
Please add this css in your bottom of the css file:
.header__icons .header__icon–account, .header__icons .header__icon–cart {display: none !important}
Regards,
Santanu
Hi @spflab
Can you kindly share your store link (with the password, if any) with us? We will check it and suggest you a solution if possible.
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file base.css
Step 3: Paste the below code at bottom of the file → Save
.header .header__icons .header__icon--account,
.header .header__icons .header__icon--cart{
display: none;
}
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file base.css
Step 3: Paste the below code at bottom of the file → Save
.header .header__icons .header__icon--account,
.header .header__icons .header__icon--cart{
display: none;
}
This works for the web version. However, on the mobile version account icon is still visible - can you please support with removing it?