Remove background color overlay
-
Hi
how do i remove the background color overlay?The blog I need help with is: (visible only to logged in users)
-
Hello, @katerinaplessa
Go to Design > Customizer >CSS
Add this CSS code to remove background color overlay
#hero.has-background .overlay { background: none; }
- The topic ‘Remove background color overlay’ is closed to new replies.