Home Forums WoodMart support forum Product brand image doesn't appear on product page (all devices)

Product brand image doesn't appear on product page (all devices)

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

    Adnane
    Participant

    Hi

    i don’t know why the product brand images doesn’t appear on the product page, on booth devices mobile and desktop.
    can you check my website and tell me what’s wrong, and what i can do

    #327357

    Hello,

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .product-image-summary .wd-product-brands a {
        display: inline;
    }
    
    .product-image-summary .wd-product-brands img {
        height: 90px;
    }

    Best Regards

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