Dark filter over featured image..
-
I need help to get rid of the dark filter over my image. I go into page inspect on the picture and change the background colors to 0. This works but as soon as I reload the page it changes back to the filter.
Any advice or other ways to delete this filter?
The blog I need help with is: (visible only to logged in users)
-
-
Hi, to do this would require the custom CSS, which is a part of the WordPress.com Premium Plan and WordPress.com Business plan upgrades. The following would be the custom CSS required.
body:not(.no-header-image) .custom-header-image::before, .lodestar-front-page .custom-header-image::before { background: none; }
- The topic ‘Dark filter over featured image..’ is closed to new replies.