Home Forums WoodMart support forum Brand filter

Brand filter

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #276625

    hknylds
    Participant

    Hello, I want the brands above the footer to remain visible, but I don’t want them to be clickable. So filtering should not work when the brand name is clicked. How can I do it?

    #276729

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

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

    Best Regards

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