Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Stefan Boonstra

    (@stefanboonstra)

    Hi Dave,

    Both buttons are images, so you could of course create your own buttons, upload them to your website and adapt the custom css to link to these buttons.

    You could also set the background of the buttons to black:

    .slideshow_container .button {
        padding: 0;
        margin-top: -20px;
        height: 40px;
        width: 19px;
        background: #000 url('%plugin-url%/images/SlideshowPlugin/light-arrows.png') no-repeat;
    }

    Or any color of your choice of course. This way your buttons should stand out a little more.

    Best regards,
    Stefan

    Thread Starter Dave Kennedy

    (@dave-kennedy)

    Stefan, you’re a legend.
    Thank you so much.

    Dave

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Slideshow] Change Next / Previous button colour’ is closed to new replies.