Support Center
Visit Demo
License manager
Buy @ envato
toggle menu
Categories
Discussions
Activity
Sign In
·
Register
Sign In
·
Register
Categories
Discussions
Activity
Sign In
·
Register
×
Home
›
Theme support
Do not display logo on mobile devices
timmy_design
June 2017
in
Theme support
Hi Guys,
I would like to use a logo on my website but not on the mobile devices. Is there a way to disable the logo for mobile devices?
Thanks in advance
Comments
Bryan
June 2017
Hi,
Only with this custom css
@media(max-width
:767px) {
.logo {
display:none !important;
}
}
timmy_design
June 2017
It's working.
Thanks a lot!!!
Sign In
or
Register
to comment.
Comments
Only with this custom css