Header Image is darker than original photo
-
Hello I am using independent publisher 2 theme. I need help in removing the filter/effect on the header image. Is there a css code for it?
Thank you so much! Your help is much appreciated.
The blog I need help with is: (visible only to logged in users)
-
It is possible with CSS but you cannot add custom CSS with the free plan of wordpress.com
-
Hi @tatin05,
The background image looks bit darker than the original because of linear gradient. You can add below CSS code snippet to get the original image.
.has-header-image #hero-header:before { background: linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)); }Let me know if this works for you :)
-
Hi, @krutidugade,
Wow! It worked :) I am so happy! Thank you so much. You are brilliant. :)
-
- The topic ‘Header Image is darker than original photo’ is closed to new replies.