Home › Forums › Gillion Theme › Remove Shopping and sharing from top nav
Home › Forums › Gillion Theme › Remove Shopping and sharing from top nav
Hi,
Where do I go to remove the shopping icon and sharing on the top nav?
Thanks,
Bryan
Hi Bryan,
I hope you are well today and thank you for your question.
You can remove it 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
li.menu-item.sh-nav-share.sh-nav-special, li.menu-item.sh-nav-cart.sh-nav-special { display: none; }
Best regards,
Shufflehound team