Hide Icons in Desktop Menu
-
I want to hide category icons on desktop menu and show only on mobile category menu only. Please help me asap.
Attachments:
You must be
logged in to view attached files.
Hello,
I saw the screenshot you attached and visited your website.
You can try adding the following Custom CSS in the Custom CSS for Desktop area under Theme Settings >> Custom CSS.
.woodmart-navigation .category-icon {
display: none;
}
Regard’s.
Xtemos Studio.