Tagged: 

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #799749

    Hi, I have tried to remove the logo from the “center logo, menu below” configuration without any luck. I looked through the support forum and found different solutions yet none of them work. Here is what I’m currently using:

    .logo img { display: none; }
    #header_main > .container {
    display: none;
    }

    .html_header_top.html_header_sticky.html_bottom_nav_header #main {
    padding-top: 50px !important;
    }

    Is there a way to remove the logo completely and have the navigation menu centered, tight to the top of the page without a gap?

    #799754

    Hey Snerp,

    On which website are you trying to do this, please?

    Best regards,
    Sarah

    #799768

    on a development website using Enfold

    #799785

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    .container.av-logo-container {
        display: none;
    }
    .html_header_top.html_header_topbar_active.html_header_sticky.html_bottom_nav_header #top #main {
        padding-top: 87px;
    }
    

    If that does not help, please post a link to your website as Sarah asked :)

    Best regards,
    Yigit

    #799789

    Sorry Yigit that code didn’t help.

    I currently have 1 X 1px logo.png in place

    #799940

    Hi,
    Is your goal to remove the white space above your menu bar so it is at the top of the screen?

    Best regards,
    Mike

    #800213

    Yes that is my goal

    #800241

    Hi,

    Code i posted actually should have removed that whitespace. Can you please create a temporary admin login and post it here privately so we can look into it ?

    Best regards,
    Yigit

    #800384

    Hi Yigit,

    I’ve been playing around with this and currently have the menu set up as “center menu above, logo below”

    I’ve included the login info

    #800586

    Hi Snerp,

    I am seeing the whitespace below the menu now. This code

    
    .container.av-logo-container {
        display: none;
    }
    

    or this code will remove it:

    
    .html_top_nav_header .av-logo-container {
        height: 0px;
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #800877

    Hi Victoria thanks for the help but neither worked :(

    #800930

    Hi! I tried editing your Quick CSS and your child theme’s style.css, but none of my changes take effect. This is usually caused by a caching plugin or a caching service in your web host. Please clear your cache or ask your web host for help so you can see the changes.

    I have added Yigit’s code in your child theme’s style.css. It should do what you’re trying to do, once the cache is cleared. 

    Best regards,
    Sarah

Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.