Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #571391

    Hi there,
    On this site http://www.lisawaite.co.uk
    is there some CSS with which I can hide the easy slider caption text (not title) on mobile devices and below? On certain devices, ie ipad mini and iphone, the caption text (not title) is getting cut off
    Log in below
    Thankyou!

    #571496

    Hey natashacs!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

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

    Regards,
    Yigit

    #573118

    Hi Yigit, what would be the code to hide the caption title too on iphone?
    thanks

    #573119

    sorry I mean to hide both the title and the caption?

    #573122

    Hi!

    Please add following code to Quick CSS as well

    @media only screen and (max-width: 580px) {
    .slideshow_caption { display: none !important; }}

    Best regards,
    Yigit

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