Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #1241818

    Hi
    I removed my logo from “header settings” because I have put it in the mega menu above

    however, now an “Enfold” logo appears…how can I remove it.

    Also now (after I removed my logo) – the top post is slightly hidden behind the header

    lantapocketguide.com

    #1241819

    thanks!

    #1241964

    Hi bencottrell,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .html_header_top.html_header_sticky #main {
        padding-top: 172px;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1241986

    thanks – but I was wondering why the enfold logo appears when I remove mine?
    I dont want to have a logo there at all – how can I remove it?

    thanks

    Ben

    #1242657

    Hi Ben,

    Please send us a temporary WordPress admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.

    Best regards,
    Rikard

    #1243393

    HI Rikard
    please check it in the private content

    #1243578

    Hi bencottrell,

    Well, the theme will show the default logo if you don’t set any logo in the theme options.

    Best regards,
    Victoria

    #1243581

    thanks!

    whats my best option here – as I dont actually want any logo at all in this area

    #1243670

    Hi,
    Thank you for the link to your site, I see that you have the mega-menu above the “logo container”, since you don’t want the logo or the menu, you can hide this area with this css. Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #header_main > .av-logo-container {
    	display: none !important;
    }
    .html_header_top.html_header_sticky #main {
        padding-top: 71px !important;
    }

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

    Best regards,
    Mike

    #1243675

    thanks it worked

    #1243721

    Hi,
    Glad we were able to help, 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 11 posts - 1 through 11 (of 11 total)
  • The topic ‘logo’ is closed to new replies.