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

    How can I disable button 2 on tablet for fullscreen slider? It keeps going to the second line and not showing.

    #326345

    Hey glozemedia!

    Thank you for using Enfold.

    Add this on Quick CSS or custom.css:

    @media only screen and (max-width: 989px) {
    .avia_transform .active-slide .avia-slideshow-button-2 {
    display: none !important;
    }
    }

    Regards,
    Ismael

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