Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #277967
    Giustiartstudio
    Participant

    Hi,
    I’m using the free version and in the homepage the portfolio pictures are b/w by default.
    Then once you hover on them it shows the real color.
    Is it possible to disable the B/W option and show only the real color both on active and hover function?

    Here’s the homepage.

    Thank you in advance!

    #277983
    Skandha
    Participant

    @giustiartstudio: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .portfolio-content-wrapper .post-thumbnail img {
        filter: unset;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Disable b/w default option from portfolio’ is closed to new replies.