Home › Forums › WoodMart support forum › Brand Element Help › Reply To: Brand Element Help
May 27, 2022 at 10:29 am
#379265
Aizaz Imtiaz Awan
Keymaster
Hello,
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.brands-hover-alt .brand-item img {
opacity: 1;
filter: none !important;
transition: none !important;
}
.brands-widget .brand-item a {
pointer-events: none;
}
Best Regards