This topic has 2 replies, 2 voices, and was last updated 2 years, 5 months ago ago by Olga Barlow
Hi, I have tried many possible solutions to hide the breadcrumbs on mobile devices, also used your below code found in your forums support
@media only screen
and (max-width: 480px) {
.breadcrumbs { display: none !important; }
}
ABOVE CODE IS NOT WORKING.
Please help me how to hide the breadcrumbs on mobile devices.
Thanks
Hello,
Try the below code
@media only screen and (max-width: 480px) {
.page-heading, .page-heading .breadcrumbs, .page-heading .woocommerce-breadcrumb {
display: none !important; }
}
Regards
Tagged: breadcrumbs, devices, hide, mobile, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up