Reply 176834 to: How to disable breadcrumbs for mobile devices?

Avatar: laranz
Laranz
Participant
November 6, 2017 at 07:29

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.

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.