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?
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;
}
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
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:
Cheers
Awesome, exactly what I needed! Thank you so much!
You're very welcome