Transparent Post Background
-
Hello,
I have an issue I’m trying to resolve and nothing seems to be working!
Firstly, the site is: http://www.spinitlikeapro.com
The theme I’m using is called Toivo Lite.What I want to do is make that white box on the main page (behind the “Available Now” and the video) to be translucent so the background image can be seen through it.
So far, I’ve almost had luck with:
div.entry-inner{ background-color: rgba(255, 255, 255, 0.5); }While that code seems to adjust the color of the box (excluding about 50px on the bottom), it does not affect the opacity.
Here’s an example image of what I get when I test it using
rgba(0, 0, 0, 0.5);.
http://i.imgur.com/Jgg8pQr.jpgCan anyone offer some advice?
Thanks!
The topic ‘Transparent Post Background’ is closed to new replies.