Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • #912655

    Hello there,

    Can you please tell me how can I remove Enfold logo? I am not able to recall from my memory how I removed it from my first Enfold theme on my other site :((

    Your help means a lot!

    Regards,

    Xandria

    #912666

    Hey Xandria,

    It should be removed if you upload your own? If that doesn’t work then please post admin login details in private so that we can have a closer look.

    Best regards,
    Rikard

    #912669
    This reply has been marked as private.
    #912761

    Hi Xandria,

    The theme default to that logo if no logo is uploaded, but you can hide it with this CSS in Quick CSS if you like:

    span.logo {
      display:none;
    }

    You can just remove that piece of code once you have your own logo uploaded.

    Best regards,
    Rikard

    #912766

    Thanks Rikard for the code:)

    I added it but the log is still there. I cleared cache of WP and browser too. Still there:(

    Check here please http://morsche.co/films

    Thanks for all the support!

    Regards,

    Xandria

    #912789

    yes – do not forget the responsive case:

    .logo img,  .responsive .logo img {
      display:none !important;;
    }

    by the way on responsive case there is an empty header_meta
    if you don’t like that :

    .responsive #header_meta {
        display: none;
    }
    • This reply was modified 6 years, 3 months ago by Guenni007.
    #912828

    Thank you, Guenni007 for looking into my thread, and of course, million thanks for the help!

    Yes, the logo is gone after responsive case code.

    Don’t know what does empty header meta mean here though :))

    Regards,

    Xandria

    #912832

    but please do the display : none to the img
    if you do it to logo – container you will have troubles on preserving the height for hamburger menu.

    make your browser-window very small ! The logo is still there

    header_meta – see here:

    #912841

    Guenni007, strangely I can’t see the logo :(

    I think I want to keep the header meta area as it has social links. Am I correct?

    Regards,

    Xandria

    #912848

    yes – but i can not see one

    #912877

    Hi there,

    I just checked the site on mobile and it is showing Enfold logo :((

    Can you please help me remove it?

    Thanks,

    Xandria

    #912903

    that is why i posted the display : none on the logo img

    .logo img,  .responsive .logo img {
      display:none !important;
    }

    and please remove this

    span.logo {
      display:none;
    }

    because that is the container. If you set the container to display:none it will cause some height problems of the header

    #912952

    Hi,

    That also removed the space completely.
    Some times it can create issues on the spacing, so instead of display:none the setting can also be visibility: hidden;

    Best regards,
    Basilis

    #913165

    Thank you Guenni007 and Basilis for your help.

    I added this code and log is gone now from the mobile devices too. Thanks a million!

    .logo img, .responsive .logo img {
    display:none !important;
    }

    But Basilis, what should I do? Should I enter visibility: hidden; ? Will it affect my personal logo?

    Regards,

    Xandria

    #913166

    Where is your logo ? i thought – because there wasn’t from the beginning one – that you like to have none at all.
    Or do you plan now to set one. Then we would have been able to save the whole, because a separate logo would have displaced the Enfold logo.

    #913175

    Guenni haha, I am sorry.

    The logo of my daughter’s site is not ready yet but she has to submit the site for her uni now hence I had to remove Enfold logo. She wants to upload the log later. Yes, there will be a logo but not now. I know if there was one available, we would have saved a lot of stress :))

    When I have her logo ready, should I remove the code you sent me?

    Regards,

    Xandria

    #913425

    Hi,

    Yes! And it will be visible after properly!

    Best regards,
    Basilis

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