• Closed
  • Mary Pearson
    Spectator
    November 23, 2017 at 6:26 am #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
    November 23, 2017 at 6:59 am #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
    November 23, 2017 at 8:42 am #35413

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

    vaibhav
    Spectator
    Posts: 287
    November 24, 2017 at 6:04 am #35423

    Have a nice day 🙂