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

    Hi Team

    I added your CSS to hide the breadcrumps on mobile but somehow this does not work

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

    Can you pls have a look?

    Thanks
    Bernhard

    #1328435

    Hi Bernhard,

    Please try this instead:

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

    Best regards,
    Rikard

    #1328523

    Hi Rikard

    Unfortunatley it is not working as well.

    BR
    Bernhard

    #1328595

    Hi,

    It’s working on my end, please see screenshot in private. Try loading the site in an incognito or private browser window.

    Best regards,
    Rikard

    #1329248

    Thanks perfect – all fine now.

    BR
    Bernhard

    #1329276

    Hi Bernhard,

    We’re glad to hear that :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Hide breadcrumps on mobile’ is closed to new replies.