This topic has 2 replies, 2 voices, and was last updated 7 years ago ago by Laranz
Hi!
Could You please advice me how to disable breadcrumbs for mobile devices on xstore?
Thank You and the best regards. Sergios
Hi,
Try this Custom CSS in 8Theme Options -> Stylings -> Custom CSS,
@media only screen
and (max-width: 480px) {
.breadcrumbs { display: none !important; }
}
Let us know,
Thanks,
laranz.
Tagged: breadcrumbs, disable, mobile, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up