Home Forums WoodMart support forum Remove browse category title

Remove browse category title

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #179485

    [email protected]
    Participant

    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.
    #179523

    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.

Viewing 2 posts - 1 through 2 (of 2 total)