Home Forums WoodMart support forum How can i hide the Categorie's Icons on desktop version

How can i hide the Categorie's Icons on desktop version

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

    koby15
    Participant

    Hi There,

    How can i hide the Categorie’s Icons on the DESKTOP-Version, and display it just on MOBILE-Version?

    thank you.

    #258200

    Hello,

    Please add this code to the Theme Settings > Custom CSS > the divide you want to hide:

    body .woodmart-navigation .category-icon {
        display: none;
    }

    Best Regards

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