Home Forums WoodMart support forum Change B/W brand logos

Change B/W brand logos

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

    er_sushant
    Participant

    In the homepage, there is an element that shows the brand logos. However, all those logos are in black and white, so i wanted to know how do i display it in color by default?

    Attachments:
    You must be logged in to view attached files.
    #296578

    Hello,

    I saw the screenshot you attached.

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

    .brands-hover-alt .brand-item img {
        opacity: 1;
        transition: none !important;
        filter: none !important;
        -webkit-filter: none !important;
    }

    Best Regards

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