Hi,
With this code i can hide the logo, but it still remains on the mobile, any solution ?
.logo img {
display: none;
}
Hey BetuwePC!
Please change the code to following one
.logo img,.responsive .logo img {
display: none !important;
}
Regards,
Yigit
Damn your fast ;)
thanks