Okay
  Public Ticket #157303
Nectar Slider - Arrows and Bullets
Closed

Comments

  • El started the conversation
    Hi. I would like to know if it's possible to modify the square background transparent tint under the arrows and also the dots flat color in the bullet navigation into the Nectar Slider. I've found a snippet for the transparent buttons searching trough the tickets, but what I would need to change to a light blue is the arrow background and the bullets. And seems there's no info on that... Thanks in advance !
  • El replied

    I did it again. Marked as "Private" by mistake. Sorry.

    Is possible to change it to public? So everybody could use your useful information...

    Thanks again!

  •  1,069
    ThemeNectar replied

    Hey!

    Enter this into the Custom CSS box located in your Salient Options panel:

    body .slider-pagination .swiper-pagination-switch {
        border: 1px solid #07a5ff!important;
    }
    
    body .swiper-container .slider-pagination .swiper-active-switch {
        background-color: #07a5ff!important;
    }
    
    body .swiper-container .slider-prev, body .swiper-container .slider-next {
       background-color: rgba(7,165,255,0.7)!important;
    }

    Cheers :)

  • El replied

    Worked Perfectly.

    Thank you very much !

  •  1,069
    ThemeNectar replied

    You're very welcome!