Remove browse category title
-
I want to remove the title and just show the icon beside logo for category. how can i do that through CSS without installing any further plugin.
Attachments:
You must be
logged in to view attached files.
Hello,
First of all thanks for choosing our Theme, we are glad to be you in the WoodMart WordPress family :-)
.
Unfortunately, There is no option in Theme Settings available to hide the categories and show only icon.
You need to add the following Custom CSS code to hide the text categories from the categories menu in the Global Custom CSS area under Theme Settings >> Custom CSS.
.menu-open-label {
display: none;
}
Note: This will only hide the text browse categories from the categories menu.
Best Regards.