Enable Hover + Disable Link/url – Brands Logo
-
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.
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
Hi Luke,
This worked like magic! You are awesome thanks for the fast reply and quick fix.
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
The topic ‘Enable Hover + Disable Link/url – Brands Logo’ is closed to new replies.