Okay
  Public Ticket #2296784
Slide Count on Hover
Closed

Comments

  •  18
    ChrisHeil started the conversation

    Hi guys,

    see slider here. 

    https://k1.schillmeier.org/

    -> We just want to use the arrow navigation WITHOUT those counting numbers (1/2 + 1/3 etc). So "Standard with slide count on hover" -> only "standard" an no counting. Is this possible? 

    Ty

    Chris


    PS: Found a solution for "Home Slider" but i want it for "Nectar slider" if possible ;) 

  •  8,992
    Tahir replied

    Hey Again,

    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-container .slider-prev .slide-count, .swiper-container .slider-next .slide-count {
        display: none !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  18
    ChrisHeil replied

    That's awesome, workimg perfectly, Tahir, - Thank you,