Okay
  Public Ticket #2184947
slider
Closed

Comments

  • paulina_g started the conversation

    Hi,

    I have white background on my slider and Down Arrow That Leads to Content Below is invisible.

    How to change the stroke color of .nectar-scroll-icon-path svg path (inactive)?

    I've magaged to change the stroke color of active path but no luck with inactive.

  •  8,992
    Tahir replied

    Hey,

    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):

    .scroll-down-wrap.no-border .section-down-arrow:before, .nectar-next-section-wrap.mouse-wheel .nectar-next-section:before, .slider-down-arrow.no-border:before, .nectar-next-section-wrap.mouse-wheel[data-custom-color="true"] .track-ball {
        background-color: #333333 !important;
    }
    .scroll-down-wrap.no-border .section-down-arrow:after, .nectar-next-section-wrap.mouse-wheel .nectar-next-section:after, .slider-down-arrow.no-border:after {
        border: 2px solid #333333 !important;
    }

    Thanks


    ThemeNectar Support Team 

  • paulina_g replied

    Thank you so much! Works great ;-)