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
Site URL: hidden Theme version: 8.1.5 WooCommerce version: 6.5.1Hello,
Try the below code
@media only screen and (max-width: 480px) {
.page-heading, .page-heading .breadcrumbs, .page-heading .woocommerce-breadcrumb {
display: none !important; }
}
Regards
You must be logged in to reply to this topic.Log in/Sign up
One standard license is valid only for 1 project. Running multiple projects on a single license is a copyright violation.