Hi there,
I wanted to show a logo in the header, only on scroll.
I’ve managed to hide the logo, but now it’s hidden also on scroll.
Please take a look at the test website.
In the black bar that is visible only on scroll, I wanted to place the logo on the left.
I hope that one of you guys have a tip for me…
Best regards, Annelies
Hey Annelies,
Just add this custom CSS code at Enfold Theme Options > General Styling > Quick CSS
.av_header_transparency .logo {
display: block !important;
}
Best regards,
John Torvik
Hi There,
I wanted the oposite of what’s happening now. Logo not visible on entering page, logo visible in the black bar when you begin scrolling down.
Best regards, Annelies
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.av_header_transparency .logo {
opacity: 0;
}
Best regards,
Yigit
Hi Yigit,
Thanks, you’re the best ;-)
It is working perfect.
Best regards, Annelies