Tagged: ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #403571

    Hi Support,

    Want to remove the breadcrumbs for my mobile visitors how can i do that?

    //Cheers!

    #403940

    Hey!

    Try adding this code to the Quick CSS:

    @media only screen and (max-width: 767px) {
    .breadcrumb{ display: none !important; }
    }

    Cheers! 
    Josue

    #410045

    Thanks for the help!

    //Cheers!

    #410159

    You are welcome, always glad to help :)

    Regards,
    Josue

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Remove breadcrumbs for mobile users’ is closed to new replies.