Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1372615

    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

    #1372705

    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

    #1372712

    perfect, thanks al lot!!!!!

    Many greetings rixi

    #1372717

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Logo should be shown by scrolling down the page’ is closed to new replies.