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

    Hallo,
    ich verwende für die Caption den Hover Effekt. Auf der mobilen Ansicht funktioniert das ja nicht. Wie kann ich einstellen, dass auf der mobilen Ansicht die Caption immer erscheint?
    Besten Dank und Grüße
    Janina

    #587276

    Hey Janinifee!

    sollte bereits so funktionieren denke ich. Schick uns mal einen Link und wir schauen uns das genauer an. Admin Zugang wäre gut.

    Gruß,
    Andy

    #587285

    Hi Andy,
    siehe anbei…
    Lieben Dank
    Janina

    #588131

    Hey!

    Please add this in the Quick CSS field:

    @media only screen and (max-width: 767px) {
    .av-overlay-on-hover .av-image-caption-overlay {
        opacity: 1;
        filter: alpha(opacity=100);
    }
    }

    Or add a supporting text block below the image specifically made for mobile devices.

    Cheers!
    Ismael

    #588244

    Hey,

    it works! Thank you very much!

    Cheers!
    Janina

    #588779

    Hi,

    Great, glad we could help :-)

    Regards,
    Rikard

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