Home Forums Designexo Pro Client section image specs

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #27359
    Tim Donnelly
    Participant

    I uploaded a white image trying to replicate the hover functionality in the client section you have and it does not work. See the CBA image i used. Can you please tell me what image specs i need to use to get the client logo effect to work? Thanks

    #27363
    themearile
    Keymaster

    Hi Tim

    Thanks for contacting us.

    Okay, Kindly add the below CSS in the Additional CSS box, Please go to the Appearance => Customize => Additional CSS then paste the CSS here and click to publish button.

    .box-icon-image img {
    -webkit-filter: grayscale(200%) brightness(200%) contrast(200%);
    filter: grayscale(200%) brightness(200%) contrast(200%);
    }
    .box-icon-image:hover img {
    -webkit-filter: none;
    filter: none;
    }

    Let us know if it works.

    Thanks

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.