Okay
  Public Ticket #2708553
Header
Closed

Comments

  •  8
    byggis started the conversation

    Hi, how can we get away this thing on all pages? See attached screenshot

  •  2,962
    Andrew replied

    Hi there,

    You can remove it in the Nectar Slider Slide Settings or using the CSS below.

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    .swiper-wrapper .slider-down-arrow {    display: none !important;
    }

    Thanks


  •  8
    byggis replied

    Hi Andrew, 

    thank you but it dont remove it unfortanly, any other suggiestion?

  •  2,962
    Andrew replied

    Hi There,

    I have added this css:

    body[data-button-style*="rounded"] .scroll-down-wrap {
        display: none;
    }

    Thanks.

  •  8
    byggis replied

    Thank you work like a charm!!