Slide Button Colors & Hover Color

I'd like the change the color and hover color for the standard slider.

Slider example: https://www.completeconcrete.construction/patios
- see gray buttons on the left and right of the gallery.

Comments

  • Hi,
    Use this css
    .content_slider a.button .button_icon {
    background: red !important;
    }

    .content_slider a.button::after, a.tp-button::after, button::after, input[type="submit"]::after, input[type="reset"]::after, input[type="button"]::after {
    background: blue !important;
    }
    .content_slider a.button .button_icon i {
    color: white !important;
    }
    Red is the first color, blue the hover and white is the icon. Change them to whatever you want.
Sign In or Register to comment.