- This topic has 4 replies, 2 voices, and was last updated 3 years ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.


Home › Forums › Pro Themes › Business Field Pro › Remove Overlay on Header Image
Tagged: CSS Wordpress Images Header
Hi,
How can I remove the header overlay at http://beachenergy-co-uk.stackstaging.com/ on the sub-pages?
Tried the usual CSS tags – opacity, background: none etc but nothing seems to remove it.
Thanks in advance.
Hi @ADAMHUNT_GSL,
Go to customizer > Color options > Header Color Options
Here you can change the background color as per your need.
Regards.
Thanks Sanam,
But I don’t think that’s what I’m looking for. I’m looking to remove the overlay on the header image on each page that isn’t the home page. For example, https://beachenergy.co.uk/floor-plans/ has a darkened photo at the top and we wish to have that overlay removed.
Thanks for any help in advance.
Hi @ADAMHUNT_GSL,
Please add this CSS to Additionl CSS, You can find it inside the cutomizer.
#custom-header::after {
opacity: 0;
}
Regards.
Thank you, that’s worked perfectly!
| Cookie | Duration | Description |
|---|---|---|
| cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
| cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
| cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
| cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
| cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
| viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |



