- This topic has 5 replies, 2 voices, and was last updated 4 years, 9 months ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.
Home › Forums › Pro Themes › Mediclean Pro › Remove overlay on custom header
Hello Wen Solutions,
I have a question regarding the color of the custom header/header banner. As previously, I have been using this CSS code you provided to successfully alter the color:
#custom-header {
background-color: #a1ef00;
}
However, there seems to be some overlay imposed on the hex color, as the result does not match the entered hex code. Would you know if it is possible to remove the overlay, so that I can get the exact color I enter? Thanks!
Kindest regards,
Anna
Hello,
Please add the given CSS to resolve the issue. You can add CSS following the path Admin panel > Appearance > Customize > Additional CSS
#custom-header {
background-color: #00aeef !important;
}
You can adjust the color as per your requirement.
Hope this helps.
If you have further queries, let us know.
Thank you.
Dear Wen Solutions,
Nope, there is still some overlay on the color itself… please check this image to see what I mean; if you compare the two yellow colors it becomes evident:
https://www.dropbox.com/s/iggi26fmgvk32iq/Custom%20header%20color.JPG?dl=0
I’m not sure whether I have some other CSS causing the overlay/faded color, but think not.
Appreciate your further advice, thanks!
Kindest regards,
Anna
Hello,
Please add the given CSS to resolve the issue. You can add CSS following the path Admin panel > Appearance > Customize > Additional CSS
#custom-header {
background-color: #f0c700;
}
#custom-header::after {
opacity: 0;
}
Regards.
Hi there,
Yes, now it works perfectly!
Thanks a lot!
Best regards,
Anna
Hello,
Glad we could help you.
If you have queries further, let us know.
Thank you.
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. |