[Resolved] Hide yoast breadscrumbs on mobile device

Home Forums Support [Resolved] Hide yoast breadscrumbs on mobile device

Home Forums Support Hide yoast breadscrumbs on mobile device

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #451110
    Isabelle

    Is there a way to disable yoast breadcrumbs for mobile devices? thanks.

    #451135
    Leo
    Staff
    Customer Support

    Hi there,

    Can you link me to the page in question?

    Should be use some CSS.

    #451140
    Isabelle

    Hi – See for example here http://test.northwestweavers.org/classifieds/for-sale-equipment/
    I would like to disable the breadcrumbs for mobile devices (not enough real estate).
    Thanks!

    #451166
    Leo
    Staff
    Customer Support

    Hi there,

    Try this CSS:

    @media (max-width: 768px) {
        #breadcrumbs {
            display: none;
        }
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    #451219
    Isabelle

    Thanks! It worked once I added a curly bracket after px).

    #451493
    Leo
    Staff
    Customer Support

    Ahh good catch 🙂

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.