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

    I would like the text/caption that comes up across a full screen banner to not appear on mobiles and tablets so that is does not cover the image. Is there a way to do this? Thank you.

    #589733

    Hi Laureninthailand!

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

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

    Cheers!
    Yigit

    #589747

    Excellent. Thank you!

    #589751

    Hey!

    You are welcome! Let us know if you have any other questions or issues

    Best regards,
    Yigit

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