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

    Hi,

    How an hide breadcrumbs on mobile device ?

    Thank’s for your support

    #427450

    Hi melangeur!
    Thank you for using our theme.

    In custom.css or Enfold -> General Styling -> Quick CSS field put the following:

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

    You can also replace 767 with 480.

    Regards,
    Günter

    #725825

    i have try to use the code to emiminate the breadclumbs in the mobile phone but it isn’t disappears
    how i can resolve the problems?

    #725861

    Hey!

    Can yoi show us the web site, so we can see how you are sing it?

    Thanks a lot

    Regards,
    Basilis

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