Okay
  Public Ticket #2995823
Testimonial Slider Arrow Color
Closed

Comments

  •  6
    way245 started the conversation

    Hi, I was just wondering how I could change the color of the left/right arrows on my testimonial slider? Right now they are black on a black background, and I can't find the code to change those arrow colors.


  •  2,958
    Andrew replied

    Hi there,

    Kindly send us a link to your site so that we can offer the necessary CSS for this.

    Thanks

  •   way245 replied privately
  •  2,958
    Andrew replied

    Hello again,

    Use the following CSS.

    .testimonial_slider[data-style="minimal"] .testimonial-next-prev .prev:before, .testimonial_slider[data-style="minimal"] .testimonial-next-prev .next:before {
        color: #ffff;
    }
    

    Thanks,