Home Forums WoodMart support forum remove the category list for all products

remove the category list for all products

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

    temawiki
    Participant

    I want to remove the logo I took with red in the picture I threw and make it so that only the name of that product will appear.
    If you have such a feature I can remove, you can show me. otherwise code intervention to the theme is required

    Attachments:
    You must be logged in to view attached files.
    #25099

    Artem Temos
    Keymaster

    Hi,

    There is no such option at the moment. You can hide them adding this code snippet to the Custom CSS area in Theme Settings

    category-nav-link .category-icon {
        display:none!important;
    }

    Regards

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