opacity on featured image on landing page
-
I’m trying to find the CSS code for ‘opacity’ on the landing page image for my venture theme.
I’m a code CSS rookie, but generally capable of doing this stuff.
thanks!
The blog I need help with is: (visible only to logged in users)
-
Hello,
The CSS is:
.has-background-cover .overlay { opacity: 0.6; }If you want to change that use:
.has-background-cover .overlay { opacity: 0.2!important; } -
- The topic ‘opacity on featured image on landing page’ is closed to new replies.