Hi,
i would like to have a logo that is just be shown when you scroll down the page in the sticky menu and in the mobile version on top of the page.Normally it shouldn`t be shown on top of the page because i put it already in a background picture.
Is that possible?
Thanks a lot for help :)
many regards rixi
Hey rixi,
Thanks for the link to your page, as I understand you only want your logo to show when you scroll down on your homepage.
You are using a transparent header with this custom css:
.home .logo {
display: none!important;
}
So please remove this css and add this css instead:
#top.home #header.av_header_transparency .logo {
display: none;
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike
perfect, thanks al lot!!!!!
Many greetings rixi
Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike