Hello,
On portfolio page :
The hover description and effect are always activated and visible on mobiles devices.
Please see this capture :
https://ibb.co/iP9rC9
How to fix this please ?
Regards,
Nicolas
Hey plichart1,
Please provide a link to the site/page in question so we can look into this further.
Best regards,
Jordan Shannon
Hi,
Sure, you can see the page here : https://www.idt.pf/partenaires/
Thanks for your help,
Regards,
Nicolas
Hi Nicolas,
That is the default behaviour, since the is no hover state on mobile. How exactly are you looking to change it? Next time please add your login details in private, this is a public forum and anyone can access your login details if you don’t.
Best regards,
Rikard
Hi Rikard,
Thanks for your answer. So, how can i disable the hover effect on mobile devices only ?
Regards,
Nicolas
Hi,
Add this to quick css:
@media only screen and (max-width: 767px) {
figcaption{
display:none!important;
}}
Best regards,
Jordan Shannon