Home › Forums › Gillion Theme › How do I remove the shopping cart icon?
Home › Forums › Gillion Theme › How do I remove the shopping cart icon?
Please see my website https://markabrahams.net
How do I remove the last two icons on top to the right (with 0) the shopping cart with products. I am running an information blog and do not require this.
Thanks
Mark
Hi Mark,
I hope you are well today and thank you for your question.
You can remove shopping cart icon from theme header settings as shown in the attached screenshots.
You can remove last icon by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
.sh-nav li.menu-item.sh-nav-readmore.sh-nav-special { display: none; }
Best regards,
Shufflehound team