Remove Gradient from Header
-
There seems to be a slight black gradient over the featured image on my posts page:
https://calibretv.co.uk/2017/09/06/carrie-on-shooting-british-open-2017/
Is there any way I can get rid of this?
The blog I need help with is: (visible only to logged in users)
-
Hi calibretv
This line of custom CSS should clear the black gradient overlay.
Let me know if it works for you.
.hero-banner:after { background: rgba(0,0,0,0); }To add custom CSS
Select Appearance > Customize > CSS from your Admin Dashboard and enter the custom CSS there.
- The topic ‘Remove Gradient from Header’ is closed to new replies.