Home › Forums › WoodMart support forum › Prevent redirection in the brands segment. › Reply To: Prevent redirection in the brands segment.
November 28, 2023 at 1:39 pm
#516317
Luke Nielsen
Keymaster
Hello,
Here is a code that disables the redirection.
.brands-hover-alt .brand-item:hover a {
pointer-events: none;
}
Thank you for your time.
Kind Regards