Comments 1marlondoomen started the conversationMay 5, 2019 at 9:25pmI 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] repliedMay 6, 2019 at 8:33amHi 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 Like 1marlondoomen repliedMay 6, 2019 at 1:17pmThank you so much! 1 Like[deleted] repliedMay 6, 2019 at 1:28pmHi marlondoomen,Happy to hear thatI 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. Sign in to reply ...
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?
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:
Have a great day!
Thank you so much!
Hi marlondoomen,
Happy to hear that
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.