Portfolio Hover Color

  • Posted in : BookCard WP
  • rkent
    Participant

    By default, portfolio thumbnails are ‘dim’ and then become bright when you hover over them. I would like to reverse this, making them all bright, and then ‘dim’ upon mouse hover. How would I do this? Thanks!

    rkent
    Participant

    Hi – please help me with this, thanks!

    rkent
    Participant

    Again, any response would be helpful here–especially from the developer. I really need an answer ASAP as I’m under a deadline. Thank you.

    Mehmet S.
    Keymaster

    Paste to Theme Options > Style > Custom CSS:

    @media screen and (min-width: 1200px)
    {
    .portfolio-items .hentry img { -webkit-filter: grayscale(0%); }
    .portfolio-items .media-box:hover img { -webkit-filter: grayscale(50%); }
    }
    
    rkent
    Participant

    Thanks for the reply! Works now

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

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register