Before you ask please READ THIS

How modify the color of autoplay control ?

in Thirteen Posts: 45
Hello, I will just chnage the color of autoplay control because all my pictures are not in a fullscreen, and so we can see the control.

Thanks!
Sans titre-1.png
349 x 196 - 39K

Comments

  • AirAir
    Posts: 10,970
    Hello :-)

    This is first time anyone asks for this. Try this custom CSS:

    #play-button {
    color: #000;
    }
    #play-button .progress-circle-bg,
    #play-button .progress-bar{
    stroke: #000;
    }
    With kind regards.
  • Posts: 45
    Perfect ! :D

    Just a last question.
    Same for the arrows of controls, at the moment in white she are not apparents.
    (and by exemple for the arrows, if i change the color in black, is it possible to keep the white color juste for the responsive mode ?

    Thank you!
  • AirAir
    Posts: 10,970
    Hi, sorry for delay in answer.

    Try this custom CSS:

    .slider-arrow {
    color: #000;
    }
    @media only screen and (max-width: 768px) {
    .slider-arrow {
    color: #fff;
    }
    }
    With kind regards.
  • Posts: 45
    perfect, thanks again!
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!