header overlay / hover
-
How can i put the dark hover / overlay away from my header image on all pages.
The blog I need help with is: (visible only to logged in users)
-
Hi, to take the overlay off of the header image, add this to your custom CSS.
body:not(.no-header-image) .custom-header-image::before, .lodestar-front-page .custom-header-image::before { background: none; }
- The topic ‘header overlay / hover’ is closed to new replies.