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
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