Okay
  Public Ticket #2482780
Testimonial Slider
Closed

Comments

  • Veronica started the conversation

    Hello!

    I've been trying to figure out how to change the background color of the testimonial slider block quote.

    I found that when I change the text color in the row settings to "light" the background color on the testimonial slider block quote adheres to the column background color. When I change the text color in the row settings to "dark" the background color on the testimonial slider block quote turns white.

    See attached photos.

    My goal is to have my page background color set to #0c263f, while my block quotes are set to #223a50

    Is there any css that I can use to customize this?

    Thanks

  •  998
    ThemeNectar replied

    Hey Veronica!

    Leave the row text color set to "light" and then add this into the custom css box located in the Salient options panel > general settings > css/script related tab:

    body .span_12.light .testimonial_slider[data-style="multiple_visible_minimal"] .inner {
        background-color: #223a50;
    }

    Cheers

  • Veronica replied

    Awesome, exactly what I needed! Thank you so much!

  •  998
    ThemeNectar replied

    You're very welcomesmile.png