Home › Forums › Gravida Support › Opacity for testimonial and other boxes
- This topic has 7 replies, 2 voices, and was last updated 4 years, 10 months ago by
Sonnal S Sinha.
-
AuthorPosts
-
February 4, 2019 at 12:27 pm #116266
Hi
The URL is https://perceptionprofiling.com/
On the homepage, you can see I am using the Testimonial rotator and I have been able to use the “Basic… Colors options” to set the color of the testimonial box.
Can you advise what I would need to do if I want to set the opacity of this box to 50% please?
Also, If I wanted to do this for a promotion box how would I do that?
Many Thanks
SteveFebruary 4, 2019 at 12:34 pm #116270Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
.testimonial-box, .bxslider li { background-color:rgba(251, 255, 244, 0.5);}
Regards,
DaveFebruary 4, 2019 at 12:50 pm #116275Dave
Thanks for the speedy response and for fixing the Testimonial box… That worked great!
If I wanted to do this for a promotion box would it be…
.promobox4 { background-color:rgba(251, 255, 244, 0.5); }
Thanks
SteveFebruary 4, 2019 at 1:02 pm #116281Hi,
We do not see promo box on your website?
Regards,
DaveFebruary 4, 2019 at 1:10 pm #116284Hi Dave
I disabled it because it looked so horrible! I have re-enabled it now so you can see it 🙂
Have a look at https://perceptionprofiling.com/
The promobox is immediately below the slider.
How can I change the opacity for this box to 50% please?
Thanks
SteveFebruary 4, 2019 at 1:14 pm #116286Hi,
Kindly use this CSS code to setup promo box opacity
.promo4 { background-color: rgba(251, 255, 244, 0.5) !important; border:none !important;}
Regards,
DaveFebruary 4, 2019 at 1:23 pm #116288Dave
That worked perfectly 🙂
Once again thank you.
Steve
February 4, 2019 at 1:27 pm #116289Hi,
If you found our service good kindly review us here: https://www.sktthemes.org/forums/topic/reviews-and-testimonials/page/21/
Regards,
Dave -
AuthorPosts
- You must be logged in to reply to this topic.