Lodestar Theme- Change brightness on featured image
-
Hello,
I was wondering if there is a way to change the brightness on the header image and feature images on the Lodestar theme. The theme automatically sets them to be much darker than I’d like. Is there any custom CSS that can override this?
*I have a WordPress Business plan
The blog I need help with is: (visible only to logged in users)
-
Hi there,
Absolutely, you should be able to use the following CSS to change the brightness of the header image. Please change the value of “.2” until it suits your needs.
body:not(.no-header-image) .custom-header-image:before, .lodestar-front-page .custom-header-image:before { background: rgba(0,0,0,.2) !important; }Using that CSS should give you this effect: https://prnt.sc/ljtl56
Let me know if that works for you. :)
- The topic ‘Lodestar Theme- Change brightness on featured image’ is closed to new replies.