Home Forums WoodMart support forum Brands in prefooter

Brands in prefooter

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

    isuedtirol
    Participant

    Hello there,
    right now the brands in the prefooter link to a brand page. Is it possible to unlink the brands created in the woocommerce attributes to the brand pages? We just want to show the brands without them being linked to a brand page.

    Best wishes and thanks in advance,
    Julian

    #359584

    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)