Home Forums WoodMart support forum Brands widget

Brands widget

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

    nirblinder
    Participant

    Hi
    Can I disable the links on the brands widget so that it is not possible to press on the logos of brands ?
    Thank you.

    #415951

    Hello,

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

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

    Best Regards

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