-
AuthorPosts
-
February 15, 2018 at 7:23 am #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
February 15, 2018 at 7:43 am #912666Hey 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,
RikardFebruary 15, 2018 at 8:26 am #912669This reply has been marked as private.February 15, 2018 at 2:01 pm #912761Hi 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,
RikardFebruary 15, 2018 at 2:07 pm #912766Thanks 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
February 15, 2018 at 3:46 pm #912789yes – 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, 9 months ago by Guenni007.
February 15, 2018 at 5:13 pm #912828Thank 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
February 15, 2018 at 5:21 pm #912832but 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:
February 15, 2018 at 5:35 pm #912841Guenni007, 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
February 15, 2018 at 6:20 pm #912848yes – but i can not see one
February 15, 2018 at 7:06 pm #912877Hi there,
I just checked the site on mobile and it is showing Enfold logo :((
Can you please help me remove it?
Thanks,
Xandria
February 15, 2018 at 8:31 pm #912903that 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
February 15, 2018 at 9:37 pm #912952Hi,
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,
BasilisFebruary 16, 2018 at 8:07 am #913165Thank 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
February 16, 2018 at 8:13 am #913166Where 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.February 16, 2018 at 8:51 am #913175Guenni 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
February 16, 2018 at 10:50 pm #913425Hi,
Yes! And it will be visible after properly!
Best regards,
Basilis -
AuthorPosts
- You must be logged in to reply to this topic.