Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1256072

    Is there a way to not hide the slideshow display attics (left & right) on mobile for the Fullscreen Slider Element?

    Appreciate your help, thanks in advance!

    #1256081

    Hey,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    CSS Snippet:

    @media only screen and (max-width: 767px) {
    .responsive #top .avia-slideshow-controls a {
        display: block;
        opacity: 1;
    }
    
    

    Best regards,
    Yigit

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