Tagged: breadcrumbs, mobil
Hi Support,
Want to remove the breadcrumbs for my mobile visitors how can i do that?
//Cheers!
Hey!
Try adding this code to the Quick CSS:
@media only screen and (max-width: 767px) {
.breadcrumb{ display: none !important; }
}
Cheers!
Josue
Thanks for the help!
//Cheers!
You are welcome, always glad to help :)
Regards,
Josue