• Closed
  • Mary Pearson
    Spectator
    23.11.2017 at 06:26 #35403

    I have made changes to ever option in shortcodes, but I can’t find anything that will change the colours of the circles for Parallax Slider.

    Can you tell me please where I find this option.

    Thank you.

    vaibhav
    Spectator
    Posts: 287
    23.11.2017 at 06:59 #35409

    Hi,

    Add custom css for change bg color of parallax slider circle
    .da-dots span {
    background: #1b2228;
    }

    /* for change bg color of active circle*/
    .da-dots span.da-dots-current::after {
    background: #0bb697;
    }

    Thank you

    Mary Pearson
    Spectator
    Posts: 8
    23.11.2017 at 08:42 #35413

    I am most grateful for your very speedy response with exactly the information I need. Thank you so much!!!!

    vaibhav
    Spectator
    Posts: 287
    24.11.2017 at 06:04 #35423

    Have a nice day 🙂