Home Forums WoodMart support forum Brand click – filter product off

Brand click – filter product off

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

    IGRX
    Participant

    Hello,
    How can I disable the transition to the product filter by brand after clicking on the brand logo in the footer?

    #325043

    Hello,

    Do you want to make the brands in the footer not clickable? If so, 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)