Featured Content slider – adjust transparency of text box
- The topic ‘Featured Content slider – adjust transparency of text box’ is closed to new replies.
Need help? Check out our Support site, then
Hello,
I am trying to adjust the transparency of the white box in the Featured Content slider so it isn’t a solid white box. I find that it covers too much of the photo behind it, so I’d like it to be more transparent.
Is this something you can help me with?
Thank you!
The blog I need help with is: (visible only to logged in users)
Hi there,
add this
.featured-post-content{
background:rgba(255,255,255,.6);
}
in your custom CSS box under Customize-▸Additional CSS
Let me know if this worked for you.
Worked great! I changed the .6 to .8 and it was perfect.
Thanks!
Awesome!