Transparent Background Image
-
I am trying to add an image with opacity as 0.4 but it does not work.
In other forum, I was reading about adding transparent background image to a theme and I came across this css
#content.site-content{
background: rgba(255,255,255,0.4);
}but when I add this CSS my background image dissapears.
Any ideas on how to achieve this?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Transparent Background Image’ is closed to new replies.