How to disable breadcrumbs for mobile devices?

This topic has 2 replies, 2 voices, and was last updated 6 years, 5 months ago ago by Laranz

  • Avatar: stseprounof
    stseprounof
    Participant
    November 5, 2017 at 13:44

    Hi!

    Could You please advice me how to disable breadcrumbs for mobile devices on xstore?

    Thank You and the best regards. Sergios

    1 Answer
    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.

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.