Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #2270314
Hide breadcrumbs on mobile version
Closed

Comments

  • Natalia started the conversation

    Hi!

    I would like to hide breadcrumbs on the mobile version of my site. Please, how can I do it?

    Thanks in advance

  •  7,092
    Oliver replied

    HI!

    pls. use following css:

    @media (max-width: 768px) {
    .page-title-block .breadcrumbs {
        display: none;
    }
    }

     

    6707465710.png

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  • Natalia replied

    Hi Gregor,

    Thanks, it works.

    Regards

  •  7,092
    Oliver replied

    Welcome!

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver