Hide breadcrumbs on mobile in Palo Alto

Hello @nickadl
Go to online store ----> themes ----> actions ----> edit code ---->theme.css
add this code at the end of the file and save.

@media screen and (max-width: 749px) {
nav.breadcrumbs {
display: none !important;
}
}

If this was helpful, hit the like button and accept the solution.
Thanks