Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1205156

    I’m working for a client who would like to use the transparent header but would like to have the logo disappear completely when the user scrolls down on the page. I deleted the logo in the transparency section but it just keeps the other logo in place. How can I get rid of the logo in the header after the user scrolls?

    #1205239

    Hey satucker,
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    .header-scrolled #header_main span.logo,#header:not(.av_header_transparency) #header_main span.logo {
    	display: none !important;
    }

    After applying the css, Please clear your browser cache and check.

    Best regards,
    Mike

    #1205240

    That didn’t seem to help. Other ideas?

    #1205242

    Hey satucker,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Best regards,
    Victoria

    #1205243

    see private content

    #1205250

    Hi,
    Thanks for the link, the css is working for me, please clear your browser cache and check.

    Best regards,
    Mike

    #1205251

    My apologies Mike, I got this crossed with another thread.
    Any chance you know how to hide the shadow at the bottom of the menu header?

    #1205254

    Hi,
    Glad we were able to help, I also answered the other thread, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘transparent header logo hide’ is closed to new replies.