Hi, I am trying to make a transparent header but have failed after hours of inspecting elements, various css code etc.
My eyes are bleeding!
I am rebuilding a website and need it to look like the original.
Ideally if I could have the contact info at the top of the header keep the bg color and the
.container_wrap_logo be transparent
Here is what i tried;
#wrap_all
{ margin-top:200px;
}
#header_meta
{
margin-bottom:200px;
}
.container_wrap container_wrap_logo
{background-color : transparent!important;}
#header_bg {background-color : transparent!important;}
.container_wrap_logo {
background-color : transparent!important;
}
Hi GOWD!
Thank you for using Enfold.
The original website is blank. Please check. You can use this to make the background color of the header transparent:
.header_color .header_bg, #top #header_meta {
background-color: transparent:
}
A screenshot will help.
Best regards,
Ismael
Hi!
Have you tried selecting the Transparent Header setting under Layout Options while editing the page?
Best regards,
Josue
Hi Josue, yes I tried that but it didn’t work.
I have since managed to do it with CSS
.header_color .header_bg, #top {
background-image: none;
background-color: transparent;
}
and to make the transparent area taller
#header_main
{padding-top:50px;
padding-bottom:50px;
}
You may close this thread.