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!
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
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
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
That is great, thank you!
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