Home Forums Pro Themes Mediclean Pro Remove overlay on custom header

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #115383
    Anna Wanland
    Participant

    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

    Site: http://www.bildteknik.com

    #115423
    wensolutions
    Keymaster

    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.

    #115581
    Anna Wanland
    Participant

    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

    #115582
    wensolutions
    Keymaster

    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.

    #115586
    Anna Wanland
    Participant

    Hi there,

    Yes, now it works perfectly!

    Thanks a lot!

    Best regards,

    Anna

    #115589
    wensolutions
    Keymaster

    Hello,

    Glad we could help you.

    If you have queries further, let us know.

    Thank you.

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.