Hi, how do I remove the Profile Icon in my header?
Thank you!
Hi, how do I remove the Profile Icon in my header?
Thank you!
Hey @domo2 ,
You shold have a setting to toggle this icon inside your header settings, if you can’t find it you can hide it with code.
Add the following css to the bottom of your theme.css file:
#NavStandard > div.menu__item.menu__item--icons > div:nth-child(1) > a {
display: none !important;
}
Sincerely,
Lior from Studio Enchant
Hello @domo2 ,
Here are the steps to apply the necessary changes in your Shopify store:
.menu__item.menu__item--icons > .menu__item--icon:nth-child(1) {
display: none !important;
}
Let me know if you need further assistance!
Thank you!
Can you help me with this one too please?
I want to change to change the Cart Icon to the following picture.