Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #390981

    Hey folks.
    We’re considering using awesome Enfold on another site…
    but:
    Can we remove the logo and center the menu in the nav?
    Thanks!
    Mark

    #391252

    Hey interage!

    Yes, you can add following code to Quick CSS to hide logo

    .logo { display: none !important; }

    Then you can go to Enfold theme options > Header and choose to display “Logo center, menu below”.

    Best regards,
    Yigit

    #391548

    OKAY!

    Bought it again. :)

    Question – how do we remove the actual box the logo came in, so the menu is at the top of the window?

    Thanks!
    M

    #391554

    Hi!

    Do you have a testing environment? If not, please create one and post the link here so we can provide you more accurate custom CSS code :)

    Best regards,
    Yigit

    #391558
    This reply has been marked as private.
    #391563
    This reply has been marked as private.
    #391569

    Hi!

    Please add following code to Quick CSS

    div#header_main > .container {
    display: none;
    }
    .html_header_top.html_header_sticky.html_large.html_bottom_nav_header #main {
    padding-top: 37px;
    }

    Best regards,
    Yigit

    #391572

    You’re the best.
    Thanks!

    #391576

    Hey!

    You are welcome Mark, thank you for choosing Enfold once again :)
    Let us know if you have any other questions or issues

    Best regards,
    Yigit

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Remove logo and center menu?’ is closed to new replies.