Tagged: transparent header
Dear support,
i have 2 problems:
1. I have a boxed layout and try to have a transparent header – but it is still a white header on the homepage?
2. The first color section i want to have with a transparent background, i wrote “transparent” in the section-background-color field – but no effect?
Thanks for any help
Hey dondela,
Your header and top section is transparent, but your #main, which is behind them, is white.
Please try this code in the General Styling > Quick CSS field to see these areas transparent:
#top.home #main {
background: transparent !important;
}
Or if you want to make the header transparent only, please try this css:
@media only screen and (min-width: 989px) {
#top.home #main {
clip-path: polygon(0 118px, 100% 118px, 100% 100%, 0% 100%);
}
}
Best regards,
Mike
Hey Mike,
thank you very much!
Hi,
Unless there is anything else we can assist with on this issue, shall we close this then?
Best regards,
Mike
Dear Mike,
yes you can close this topic.
Thank you!
Hi,
Glad we were able to help, we will close this now. Thank you for using Enfold.
For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)
Best regards,
Mike