Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #102157
    Peuch Polymem
    Participant

    Hi,
    I would like to disable/hide breadcrumb but only in mobile view.
    Have you got a trick to do it ?
    Thanks

    #102162
    Peuch Polymem
    Participant

    I have found, in the custom CSS box :

    @media screen and (max-width: 960px) {
    #breadcrumb-list {
        	display: none;
        }
    }

    Don’t hesitate if better solution…

    #102181
    Mahesh
    Participant

    @cpeuch: You got it right. Glad you’ve resolved it yourself. Have a nice day!

    Regards,
    Mahesh

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Disable breadcrumb’ is closed to new replies.