-
AuthorPosts
-
December 15, 2017 at 4:54 pm #889334
Hello
I removed the enfold logo from the website and didn’t replace it with my own logo.
That went allright. On the website and on my IPad there is no Enfold logo.
When viewed with a mobile Phone the Enfold logo is there. How do i change thisDecember 15, 2017 at 7:32 pm #889389Hey Mormar,
Try this in quick css:
.responsive .logo { display: none !important; }
Best regards,
Jordan ShannonDecember 27, 2017 at 2:08 pm #892163Hello Jordan,
I tried thet. The Enfold logo disappeared. But so did the picture i had in the header. So, something else neds to e done.
Hope to hear from you soon.
Regards
Mormar
December 27, 2017 at 5:33 pm #892173Hey Mormar,
you could use
.logo { visibility: hidden !important; }
in Quick CSS or just upload a transparent logo ;-)
Best,
JannisDecember 29, 2017 at 6:56 am #892330Hi Mormar,
Did you try the suggestion posted by Jannis and did you have any luck with it?
Best regards,
RikardJanuary 3, 2018 at 12:51 pm #892794I tried that solution. The picture is back, also on the mobile phone. The problem now is i have the search function on the picture and no menu
January 3, 2018 at 10:49 pm #892934Hi,
Apologies for the delay on this. Just to get this back on track where we left of. You would like the logo to not show on mobile correct?
Best regards,
Jordan ShannonJanuary 4, 2018 at 11:21 am #893194Hello,
Maybe once again chronologically:
I startd building my website with Enfold. I put a picture in the header space:
I don’t use a logo from myself. So the enfold logo appeared on the site. I removed the logo using:
.logo { display: none; } in the quick css.Checking my site on ipad and iphone it appeared that on my Iphone the Enfold logo still appeared.
The suggestion from the helpdesk was to use:
.responsive .logo { display: none !important; }
Then the logo on my iphone was not there anymore. But the header picture was gone, only on my iphone.A participant suggested to use:
}
.logo {
visibility: hidden !important;
}
When i used that in the quick CSS the picture was back, but the search icon on mu iphone appeared in the middle of the headerpicture. On top of that i had no menu on the iphone. And that is how it is now.Regards
MormarJanuary 4, 2018 at 6:53 pm #893328Hi,
Perhaps try the following inplace of what you currently have:
@media only screen and (max-width: 767px) { .logo { display: none !important; } }
Best regards,
Jordan ShannonJanuary 4, 2018 at 7:24 pm #893356Hi,
Tries that. Nu picture in header on mobile.
RegardsMormar
January 4, 2018 at 7:39 pm #893378Hi,
Did you remove all other previously suggested css?
Best regards,
Jordan ShannonJanuary 4, 2018 at 8:27 pm #893405This is what have in the quick css now.
But this was already in it before..container.av-logo-container {
background: url(http://buurtbusboekelo.nl/wp-content/uploads/2017/11/2017-11-15-15.08.32.jpg)!important;
background-repeat: no-repeat!important;
background-size: cover!important;
}.main_menu a {
color: #109bc5 !important;
}
@media only screen and (max-width:767px) {
.logo { display: none !important; }}
regards
Mormar
January 7, 2018 at 8:03 pm #894446January 7, 2018 at 8:41 pm #894472below you can see the login options for the admin page. I’d like to remember you of the fact that i don’t use a logo. Just a header picture.
I’d like to see the rifht webste on computer, iPad and iPhone. That is my problem.January 7, 2018 at 9:14 pm #894501Hi Mormar,
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
div .logo { display: none; } .responsive .container { max-width: 100%; } @media only screen and (max-width: 767px) { .responsive #top #wrap_all .av-logo-container { max-width: 100%; width: 100%; min-height: 200px; } }
If you need further assistance please let us know.
Best regards,
Victoria -
AuthorPosts
- You must be logged in to reply to this topic.