Home Forums WoodMart support forum Brand filter

Brand filter

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

    obmsocial
    Participant

    I need to remove link from brand attribute. I need to show brand logo and on hover to show colored version of logo but not a link on that logo how to do that?

    #333450

    Hello,

    Thank you very much for choosing our theme and for contacting us.

    In order to make the brand image change the color on the hover, you need to set “Alternative style” in the element settings.

    Please add this code to the Theme Settings > Custom CSS > Global to make the brand is not clickable:

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

    Best Regards

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