an
groups-icon

How can I disable the breadcrumb section only in mobile view?

Wait a minute... This content is very very old. We no longer sell or support this theme version. New Topics
  • Version 9
    Arthur Mayer
    0 points
    Beginner

    The website is:

    https://agro-anunt.ro

    Destkop mode – breadcrumbs needed
    Mobile device mode – breadcrumbs not needed or at least not in that way

    Is there a way to hide that portion through CSS?

    for mobile detection it could be
    @media only screen and (max-device-width: 901px)
    {

    }

    I have tried
    .breadcrumbs { display:none;}
    and
    .breadcrumb-trail {
    display: none;
    }

    also with !important at the end

    none worked… even outside of the mobile detection code.

    February 20, 2015 at 11:46 am
  • Aaron Whittaker
    4 points
    Beginner
    Members Only Content

    This reply is for PremiumPress customers only.

    Login Now
    February 20, 2015 at 11:57 am

1,022

Views

1

Replies