Home Forums WoodMart support forum Short Description

Short Description

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

    MAYZEL
    Participant

    How to remove the short description from the hover on the product’s?

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

    Artem Temos
    Keymaster

    Hi,

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

    .hover-content-inner {
        display: none!important;
    }

    Regards

    #18718

    MAYZEL
    Participant

    Perfect thank you 🙂

    #18722

    Bogdan Donovan
    Keymaster

    You are welcome!

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