Hi,
I have a few questions regarding logo and header. I want to have a larger logo when people enter the site on the homepage, but I would like it to shrink when they scroll down. In fact, I wouldn’t mind having it completely disappear if that’s possible. The logo is centered and above the menu.
I have tried searching other forum topics, but the css code doesn’t seem to work for me.
Also, Is it possible to have a transparent header on other pages other than your home page?
Please help. Thank you for taking the time to read this.
Hi,
1- You can go to Enfold theme optioons > Header and increase header height and logo would adapt. Then you can add following code to Quick CSS in Enfold theme options > General Styling to hide logo when scrolled down
.header-scrolled .av-logo-container {
display: none;
}
2- You can simply edit your pages and choose to display transparent header under layout section – https://imgur.com/a/NzT1dd6 :)
Best regards,
Yigit
Hi Yigit,
Thank you so much! that totally worked!
I am having trouble adjusting the bottom padding under the logo and the header height as well. There seems to be a very big gap between the two. Is there anything I can do to adjust that?