Lessen shadow on Header Image
-
Hi,
I’m trying to make the “shadow” on the header image more transparent.
How can I accomplish this through CSS?
Thanks!
The blog I need help with is: (visible only to logged in users)
-
Hi there, add the following to your custom CSS and then adjust the last number on the right between the parentheses (0.7). That is the alpha transparency filter value. The closer to zero (0) the more transparent.
.header-overlay::before { background-color: rgba(40,85,102,.7); } -
-
- The topic ‘Lessen shadow on Header Image’ is closed to new replies.