Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #702201

    Hey there – please refer to private content.

    I have a simple fullscreen slider design for my home page. Although a lot of words for both the caption title and caption text all looks great on most screens including ipads other than mobile (iphone) portrait.

    Is there a way not to show the Caption Title + Caption Text but leave the buttons – only on iphone portrait?

    Please refer to link in private content to see what I mean.

    Thank you!

    #702723

    Hi loudcow,

    Please try the following in Quick CSS under Enfold–>General Styling:

    @media only screen and (max-width: 767px) {
    .home .avia-caption-title, .home .avia-caption-content {
    display:none !important;
    }
    }

    Thanks,
    Rikard

    #702748

    Perfect! Thank you. Exactly as needed.

    Cheers!

    #702907

    Hi,

    Great, glad we could help :-)

    Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Hiding Fullscreen Slider Caption on mobile devices only’ is closed to new replies.