Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1009715

    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

    #1009720

    Hey plichart1,

    Please provide a link to the site/page in question so we can look into this further.

    Best regards,
    Jordan Shannon

    #1009950

    Hi,
    Sure, you can see the page here : https://www.idt.pf/partenaires/

    Thanks for your help,
    Regards,
    Nicolas

    • This reply was modified 6 years, 2 months ago by Rikard.
    #1010049

    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

    #1011497

    Hi Rikard,

    Thanks for your answer. So, how can i disable the hover effect on mobile devices only ?

    Regards,

    Nicolas

    #1011511

    Hi,

    Add this to quick css:

    @media only screen and (max-width: 767px)  {
    figcaption{
    display:none!important;
    }}

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.