Hi,
I am looking for a solution to a) make the logo area transparent, but b) not showing the content scrolling through (as you can see in the attached image -> privat content area).
Hey Manuel!
May we have a link to the website so we can provide you with specific css?
Cheers!
Dake
Hey Dake!
see the link attached!
Cheers!
Manu
Hey!
Please try adding the below css to your custom css section:
.header_bg {
background-color: #000000 !important;
}
Regards,
Dake
Hey Dake,
sorry, but this doesn´t seem to work as intended. I wished, that when the content passes the black menu-bar it should dissapear. Please visit the site again and try the scrollling.
Regards,
Manu
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.header-scrolled #header_main {
background-color: white;
}
Best regards,
Yigit
Hi Yigit,
doesnt work for me. I want to see the flames from the background remaining. As I allready wrote: I wished, that when the content passes the black menu-bar it should dissapear when you scroll up.
Hi!
For clarification, you want the menu to disappear when you scroll down? Is that correct? Please try this:
.header-scrolled #header_main_alternate {
display: none;
}
If this is not what you’re looking for, please provide a screenshot.
Best regards,
Ismael
/closed (Thanks :))
Hey!
glad we could help. Let us know in a new ticket if you have some more questions related to the theme. We are happy to assist you.
Cheers!
Andy