Header Image Filter
-
I don’t like the filter on the header images… (Lodestar Theme)
Its too dark.
Can i fix this?Thanks
The blog I need help with is: (visible only to logged in users)
-
Hi there,
Lodestar theme doesn’t have the option of removing or editing the header opacity without CSS customization. You need to have at least a Premium plan to be able to customize CSS on WordPress.com sites.
Please see more about plans at the link: https://wordpress.com/support/plan-features/If you already have one of the plans which enables CSS customization, the following code should fix the issue:
.custom-header-image::before { background: rgba(0,0,0,0) !important; }
- The topic ‘Header Image Filter’ is closed to new replies.