Reply 324829 to: CSS Code to hide Breadcrumbs on Mobile Devices

Avatar: Olga Barlow
Olga Barlow
Support staff
May 30, 2022 at 15:47

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

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.