Okay
  Public Ticket #2473812
Change Thumbnails colour
Closed

Comments

  •  1
    imagobubo started the conversation

    Hi there,

    I will like to know if it is possible to change to black and white the thumbnails images of my portfolio.

    Is it possible?

    Thanks!

  • [deleted] replied

    Hi imagobubo,

    Sorry but an option like that is not possible in the theme. This is a customization question and support doesn't offer customization services as we wrote on our support homepage and on this area. I will try to help you this time thoughsmile.png

    Can you please add the code below to your Custom CSS area:

    .portfolio-holder .thumb>a img {
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
    }

    Have a nice day!