Home Forums WoodMart support forum Filter by brand changed logo style after latest Woodmart update

Filter by brand changed logo style after latest Woodmart update

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

    IanB
    Participant

    My filter by brand logo is not showing rounded, I want the brand logo to display as normal without severe rounding ?

    #422087

    Luke Nielsen
    Keymaster

    Hello,

    The below code will help you to fix the issue with the brand’s logos, paste it into the “Global Custom CSS” area in Theme Settings -> Custom CSS.

    .wd-swatches-brands .wd-swatch :is(img,picture) {
    	object-fit: contain;
    }

    Let me know if you have any questions, I’d be happy to answer them.

    Kind Regards

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