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

    Hi,
    The next previous buttons on slider are to large on mobile device. I know how to completely disable but can’t figure out on just the mobile?
    Thanks

    #405127

    Hi remodelit!

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

    @media only screen and (max-width: 768px) {
    #top .avia-layerslider .ls-nav-prev, #top .avia-layerslider .ls-nav-next { 
    display: none !important; }}

    Best regards,
    Yigit

    #405442

    Thanks. But now the secondary menu in the “bar above the header” shows up on mobile devices? Is there code to hide it on mobile? I might have deleted some code I found on the forum?
    Thanks

    #405736

    Hey!

    Please add following code to Quick CSS as well

    @media only screen and (max-width: 768px) {
    nav.sub_menu { display: none; }}

    Best regards,
    Yigit

    #405899

    Excellent! Thank you very much!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Remove Layer Slider Next/Previous Buttons On Mobile’ is closed to new replies.