Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #709136

    Hi

    I have edited the header to be dark and transparent, however on scrolling down there is a transition effect that has the logo change from transparent to solid, the problem is that the colour used in the transition is white.

    So my header transtions from transparent black > white > black

    How can I can the transition colour?

    Many thanks!

    #709608

    Hey zerodotnine!

    Thank you for using Enfold.

    Please provide the link to the site so that we can inspect it. OR you can try the following css code.

    .header_color .header_bg.header_bg {
        background-color: red;
    }

    Adjust the color value.

    Cheers!
    Ismael

    #712539

    Hi

    Link supplied, when viewing the page please scroll down and you will see the transition in the header that shows the white. I would like to keep this as dark.

    Many thanks

    Jon

    #713089

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #header_main {
        background: black;
    }
    

    Best regards,
    Yigit

    #715259

    That is great, thank you!

    #715266

    Hi!

    You are welcome!

    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Transparent header transition is white’ is closed to new replies.