Home Forums WoodMart support forum how can i disable the links of the brands

how can i disable the links of the brands

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #317943

    udi gomedia
    Participant

    Hi There,
    i want to know how can i disable the links of the brands? i want just to display them in the strip but without link to the brands.

    #318190

    Luke Nielsen
    Keymaster

    Hello,

    You can do it with custom CSS in Theme Settings -> Custom CSS -> copy this code in the field “Global Custom CSS”

    .brand-item {
        pointer-events: none;
    }

    Kind Regards

    #321058

    udi gomedia
    Participant

    hi there,

    it was working when im on staging.
    now, im on live and its not affecting now.

    what i need to do?

    thank you.

    #321346

    Luke Nielsen
    Keymaster

    Hello,

    I visited your site, and brand links still don’t work.

    https://gyazo.com/8919a5a93e4190e50e2f500f36d8052c

    Please, clarify your issue. I will do my best to help you.

    Kind Regards

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