Home Forums WoodMart support forum HIde the hover button

HIde the hover button

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #375137

    Nikolas
    Participant

    Hi there,

    Is it possible to hide the hover button under the product.

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

    Hello,

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .wd-hover-alt .swap-elements {
    transition: none !important;
    transform: none !important;
    }

    Best Regards

    #375504

    Nikolas
    Participant

    Hello there,

    First of all thanks for your quick reply.

    Seems that on desctops works fine but not the same for mibile phones!

    #375585

    Hello,

    Please try adding the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.

    .swap-elements .wd-add-btn {
    display: none;
    }

    Best Regards

    #375587

    Nikolas
    Participant

    Hi There,

    And it works perfect. Thanks for everthing!

    #375590

    Most Welcome!!!.

    I’m so happy to hear you are pleased with the Theme and Support. XTEMOS strives to deliver the best customer experience, and it makes our day to hear we have accomplished that.

    We count ourselves lucky to have you as a customer. You can always reach us at any time. We are always here to help you.

    Thanks for contacting us.
    Have a great day.

    Topic Closed.
    Best Regards.

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

The topic ‘HIde the hover button’ is closed to new replies.