Home Forums WoodMart support forum Remove hover from brands element

Remove hover from brands element

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

    dimath
    Participant

    Hello,

    I have used alternate hover effect in my brands element because I prefer the logo images to be shown in grayscale. Is there a way to remove hover effect completely so that they do not change color on hover?

    Thank you.

    #177864

    Hello,

    Please provide with some relevant screenshots of the specific area and URL of the page to check it myself and help you out accordingly.

    Best Regards.

    #177923

    dimath
    Participant

    Hi,

    Please check, I would like the logos to remain grayscale even on hover if possible.

    #177997

    Hello,

    I have watched the video you attached. Sorry Unfortunately, you couldn’t remove the hover effect and keep the gray-scale effect on the brands carousel. Because It requires customization and this is beyond our limitations and support policy.

    However to remove the both you need to add the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .brands-hover-alt .brand-item img {
    opacity: 1 !important;
    -webkit-filter: none !important;
    }

    Note: It will remove the gray-scale filter effect and hover effect from the brands carousel

    Best Regards.

    #178039

    dimath
    Participant

    Ok thank you.

    #178041

    Most Welcome!!!..

    Well, dimath!.., it’s been great chatting with you! I hope I resolved your issues thoroughly.

    Let us know if there’s anything else we can do for you! You can always reach us at any time. We are always here to help you.

    Have a wonderful day.

    Topic Closed.
    Best Regards.

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

The topic ‘Remove hover from brands element’ is closed to new replies.