Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author digitalapps

    (@digitalapps)

    At this stage its only possible to set the color via CSS.

    I will add this to the feature list.

    Thread Starter terencecarter

    (@terencecarter)

    Thanks. Can you tell me where the CSS that determines the colors can be found?

    Try adding this in Customizer > Additional CSS:

    div.wp-swiper {
    –swiper-theme-color: #DD0000;
    }

    Just update that colour hex code to whatever you want.

    Thread Starter terencecarter

    (@terencecarter)

    Thank you!

    DA42

    (@troyw2015)

    This CSS did not work for me. Probably pretty important that the arrows and bullet colours can be changed in the plugin and not with CSS me thinks.

    The only way I could do it is with this CSS;

    div.swiper-button-next {
    color: #ff9b00;
    }
    div.swiper-button-prev
    {
    color: #ff9b00;
    }

    I couldn’t get the Pagination Colour to change, even with the identifiers, so have just disabled that part of it.

    • This reply was modified 11 months ago by DA42.
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Changing colors of the bullets and progress bar’ is closed to new replies.