Home Forums WoodMart support forum Enable Hover + Disable Link/url – Brands Logo

Enable Hover + Disable Link/url – Brands Logo

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

    ayari
    Participant

    Hi,

    I would like to disable the Url/Link of the brands but still want it to show the hover. Is this Possible?
    I managed to use Custom Css (See below) and disable the link but I still want the hover to show.

    .brand-item {
    pointer-events: none;
    }

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

    Luke Nielsen
    Keymaster

    Hello,

    Please, enter the below code to the “Custom Global CSS” area that is in Theme Settings -> Custom CSS for disabling the brand link.

    .brands-items-wrapper .brand-item a {
        pointer-events: none;
    }

    Don’t hesitate to reach out if you have any more questions. We’re thankful that you took the time to share your concerns with us.

    Kind Regards

    #382795

    ayari
    Participant

    Hi Luke,

    This worked like magic! You are awesome thanks for the fast reply and quick fix.

    #382811

    Luke Nielsen
    Keymaster

    Hello,

    I’m glad we managed to sort this out.

    Always remember that you can reach out to us with any questions you may have.

    We wish you a splendid day!

    Kind Regards

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

The topic ‘Enable Hover + Disable Link/url – Brands Logo’ is closed to new replies.