Remove photo filter on venture theme
-
Hi, does anyone know what CSS I can add to the venture theme to remove the color filter on the header images?
Currently setting them to gray to be as neutral as possible, but would like to remove the filter altogether.
The blog I need help with is: (visible only to logged in users)
-
Hi there, the following should take care of the overlays on the header images on your site.
/*remove header image overlay*/ .has-background-cover .overlay { background: rgba(0, 0, 0, 0); } -
-
- The topic ‘Remove photo filter on venture theme’ is closed to new replies.