This topic has 10 replies, 2 voices, and was last updated 7 years ago ago by Rose Tyler
Hello 🙂
is it posible to have a diverent logo for mobile devices?
in my case it now becomes realy small.
check on iphone :
https://steigerhoutenmeubelcentrum.nl/
Hello,
It is not possible to use a different logo for mobile devices.
But you may try to upload logo that you want to display on mobile in Theme Options and add this code in Custom css to display another logo on all devices except mobile.
@media (min-width: 480px) {
.main-header .header-logo {
background-image: url(https://steigerhoutenmeubelcentrum.nl/wp-content/uploads/2017/09/banner.jpg);
background-size: cover;
width: 75% !important;
}
.main-header .header-logo img {
opacity: 0;
}
}
Regards
Thanks but this does not seem to work… any other thoughts maby?
Hello,
Please provide wp-admin access in Private Content.
Regards
here you go 🙂
is there also a bit of css to remove the slider on mobile diveces only?
Please check now.
Regards
To hide slider on mobile http://prntscr.com/h1dutx
Regards
Thanks! the logo works! is there a way for me to change the size of it?
You’re welcome!
Edit it in Custom css http://prntscr.com/h1dzoi
Regards
You must be logged in to reply to this topic.Log in/Sign up