Hi guys,
how can i change color to the author name and subtitle below name?
I’d need to show it in white, as I have a black background in my testimonial box.
See http://www.vacationrentalworldsummit.com/black-friday-2015/
and head to the ‘The Session: Here’s what each speaker can do for you” to view that I mean.
Thank you,
Antonio
Hey Antonio!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia-testimonial-meta-mini * {
color: white!important;
}
If you would like to apply the changes on certain elements, please turn on custom CSS field for ALB elements – kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and give your element a custom class and then use the code as following
.your-custom-class .avia-testimonial-meta-mini * {
color: white!important;
}
Best regards,
Yigit
Workd great, porblem solved Yigit, thanks-
You can mark this as solved
Antonio