Hi
Great theme…I need of some quick css to style the testimonials slider as attached. 50% transparent background, slightly darker 75% transparent border and white text for name, grey text for sub title.
Thanks, link provided to site, the slider is at the bottom of the frontpage.
Hi bluebubble!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia-testimonial-content {
background-color: rgba(255,255,255,0.5)!important;
border-color: rgba(255,255,255,0.7)!important;
}
Best regards,
Yigit
Thanks man, worked a treat…forgot to mention that I need white text…how do I target the quote and the name and description below so all is white?
Hi!
Please add following code to Quick CSS as well
.avia-testimonial-meta-mini * { color: white !important; }
Best regards,
Yigit
Thanks man…the text in the quote box is still grey, could you give me the css to target this please, thanks for you help!
EDIT* Its ok I figured it out
Thanks again!
Hey!
You are welcome, #TeamKriesi is always happy to help :)
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)
Cheers!
Yigit