On my home page, the top menubar fades in once the user scrolls. I’d love for the logo (top-left) to do the same.
Note: on other pages, the menubar & logo are always visible and I’d like to keep it that way.
So we’re just talking about hiding/showing the logo on the home page.
Thank you!
Hey mantisjitsu,
Try this code in the General Styling > Quick CSS field:
.av_header_transparency .logo { opacity: 0; }
.logo { opacity: 1; }
Best regards,
Mike
That did the trick! Thank you.