Tagged: background, enfold
I have added a photo background to my testimonials page, but now I can’t actually read the testimonials, so I am wondering what code can I insert to make the background behind the testimonials white. I have the following code behind my text boxes and that works really well.
#top.page .avia_textblock {background: #fff; padding: 20px 10px; border-radius: 4px; opacity:0.8;}
This is the page I am referring to
http://www.artesianpools.com.au/wordpress/testimonials/
Many many thanks
Ivana
Hey Ivana!
Please add following code to Quick CSS instead
.avia-testimonial_inner {
background: rgba(255,255,255,0.8); padding: 20px 10px; border-radius: 4px; }
Best regards,
Yigit
Thank you very much Yigit. That worked!
Cheers
Ivana
Hi!
Great :)
Regards,
Peter