*

Smithtech

  • ****
  • 219 posts
HOW TO DISABLE/HIDE BREADCRUMBS ON MOBILE?
« on: May 30, 2022, 03:26:57 AM »
Please, how to disable or hide breadcrumbs on mobile?

Marked as best answer by frosticek on June 01, 2022, 09:59:04 AM
*

MB Themes

Re: HOW TO DISABLE/HIDE BREADCRUMBS ON MOBILE?
« Reply #1 on: May 30, 2022, 10:41:56 AM »
@support
add this to your style.css
Code: [Select]
@media screen and (max-width: 767px) {
  #breadcrumbs {display:none;}
}

Additional adjustments (shifting) may be needed.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Smithtech

  • ****
  • 219 posts
Re: HOW TO DISABLE/HIDE BREADCRUMBS ON MOBILE?
« Reply #2 on: May 30, 2022, 02:43:50 PM »
Alright!

Thank you very much.

*

ad

  • **
  • 29 posts
Re: HOW TO DISABLE/HIDE BREADCRUMBS ON MOBILE?
« Reply #3 on: March 14, 2023, 10:59:08 AM »
Please, how to disable or hide breadcrumbs on mobile?

what are they used for?