Okay
  Public Ticket #1999600
Reveal effect for portfolio items
Closed

Comments

  •  1
    marlondoomen started the conversation

    I want the reveal effect on my portfolio items to have a transparant hoover state on desktop but no hoover state on mobile and ipad. How can I define the different state on mobile?

  • [deleted] replied

    Hi marlondoomen,

    To hide the hover effect of your portfolio items in devices with screen sizes smaller than 991px please add the code below to your Custom CSS area:

    @media screen and (max-width: 991px) {
        .portfolio-holder .item-box .photo:hover .on-hover {
            visibility: hidden;
        }
    }

    Have a great day!

  •  1
    marlondoomen replied

    Thank you so much! 

  • [deleted] replied

    Hi marlondoomen,

    Happy to hear thatsmile.png

    I wish you a great day!

    P.S: If you like the theme, it would help us a lot if you could give us a five-star rating on Themeforest from your Downloads tab.

    A huge thank you from me and Laborator in advance.