Home Forums WoodMart support forum Button Hover Archive Page

Button Hover Archive Page

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

    scholtobos
    Participant

    Hi,

    On archive pages a cart icon is shown on mouse over (see attached screenshot). I want to get rid of this hover. Is there a css snippet to block/remove this animation?

    Thanks in advance.
    Best regards,

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

    Hello,

    I saw the screenshot you attached. To remove the effect Please add the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .woodmart-add-btn>a:focus span:not(.woodmart-tooltip-label), .woodmart-add-btn>a:hover span:not(.woodmart-tooltip-label) {
    transform: none!important;
    }
    .woodmart-add-btn>a:before {
    content: none!important;
    }

    Best Regards.

    #200634

    scholtobos
    Participant

    Thanks. It works.

    #200638

    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 4 posts - 1 through 4 (of 4 total)

The topic ‘Button Hover Archive Page’ is closed to new replies.