Tagged: mobile logo, remove
Hi there,
I’ve added the code:
.logo { display: none; }
The site is exactly how I want it for computers, but when I look at it on my mobile, I still see the enfold original.
Website is: http://www.stripplazacentral.com
Please advise what to do.
Thanks!
Ben
Hi a00109943;
try to add this code too :
@media only screen and (max-width: 767px) {
.logo { display: none; }
}
Hey!
Please see @begrafiks post above. If that does not help, please use following one
@media only screen and (max-width: 767px) {
.responsive .logo { display: none !important; }
}
@begrafiks thanks :)
Regards,
Yigit
That works beautifully Yigit!
Thanks again!