Brands Prefooter settings
-
How to remove the links from the brands prefooter?
I tried to make a new carousel (banner or images), but could not get the same effect (greyed logos, colored on hover, and correct sizing). See attached brands carousel and image carousel on bottom.
Attachments:
You must be
logged in to view attached files.
Hello,
Thank you very much for choosing our theme and for contacting us.
Please add this code to the Theme Settings > Custom CSS > Global:
body .brands-widget .brand-item a {
pointer-events: none;
}
Best Regards