Tagged: breadcrumbs, mobile
Hi,
How an hide breadcrumbs on mobile device ?
Thank’s for your support
Hi melangeur!
Thank you for using our theme.
In custom.css or Enfold -> General Styling -> Quick CSS field put the following:
@media only screen and (max-width: 767px) {
.breadcrumb {
display: none !important;
}
}
You can also replace 767 with 480.
Regards,
Günter
i have try to use the code to emiminate the breadclumbs in the mobile phone but it isn’t disappears
how i can resolve the problems?
Hey!
Can yoi show us the web site, so we can see how you are sing it?
Thanks a lot
Regards,
Basilis