Tagged: ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #237489

    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

    #237563

    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

    #237814

    Thank you very much Yigit. That worked!

    Cheers
    Ivana

    #238595

    Hi!

    Great :)

    Regards,
    Peter

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘White Background Behind Testimonials’ is closed to new replies.