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

    How can I make the slider display only the slide title on mobile devices?

    My issue is this, when the website is viewed on a mobile device the title in the slider is viewable but the text below that is cut off.

    How can I make it so only the title appears in the slider when being viewed on a mobile device?

    Or is there another way to resolve this issue?

    Thank you!!

    #358455

    Hi Micheal0424!

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

    @media only screen and (max-width: 480px) {
    .avia-caption-content, #top .avia-slideshow-button { display: none !important; }}

    Cheers!
    Yigit

    #358560

    Worked perfectly, thank you!!

    #358695

    Hi!

    You are welcome, glad we could help :)

    Regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How can I make the slider display only the slide title on mobile devices?’ is closed to new replies.