Home Forums WoodMart support forum Hide number of product on hover (categories tiles)

Hide number of product on hover (categories tiles)

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #37794

    C333
    Participant

    Hi,

    Could you please tell me how to hide the number of product on hover (for categries tiles)

    See printscreen below.

    Thank you !

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

    Bogdan Donovan
    Keymaster

    Hello,

    Try to add the following code snippet to the Custom CSS area in Theme Settings.

    .category-grid-item .more-products {
    	display: none;
    }

    Regards

    #37801

    C333
    Participant

    It’s not working.

    Even with empty cache…

    #37807

    Artem Temos
    Keymaster

    Hi,

    Could you please send us a link to your website where we can see this issue?

    Kind Regards

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