This topic has 4 replies, 3 voices, and was last updated 8 years, 10 months ago ago by Jack Richardson
I would like to hide the main logo on the mobile site. How can I do this?
thanks
Hello mykjones,
please use following css code:
@media screen and (max-width:992px){
.tp-mask-wrap,.header-logo{display:none!important}
}
Regards,
Stan Russell.
for some reason this removed my logo from the slideshow as well…odd
Hello,
Try to use this code instead of the previous one in Theme Options > Custom CSS > Custom CSS for mobile:
.header-logo {
display: none !important;
}
for some reason this removed my logo from the slideshow as well
Please show a screenshot where you want to keep logo.
Best regards,
Jack Richardson.
You must be logged in to reply to this topic.Log in/Sign up