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

    How do I remove the bullets on the fullscreen slider on the iPhone?

    #301678

    Hi djshortkut!

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

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

    Cheers!
    Yigit

    #301799

    Perfect!

    Also, I was wondering if there is a way to make it so when you swipe the full screen slider on a mobile device and the arrows show up, if there is a way to make it so they disappear again after a couple of seconds until the screen is touched again. Right now once you swipe the screen, the arrows show up and will not go away until the screen is refreshed. They take up too much real estate on a mobile device. If this is not possible, how do I remove the arrows completely from the iPhone?

    #302172

    Hi!

    Use this code to remove both arrows and bullets on mobile:

    @media only screen and (max-width: 480px) {
    .avia-slideshow-arrows, .avia-slideshow-dots { display: none!important; }
    }

    Best regards,
    Josue

    #302780

    Resolved. Thank you very much!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Fullscreen Slider Bullets’ is closed to new replies.