Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #907501
    John
    Guest

    Hi there, sorry that this is not a pre-sale question, but once again I have tried to find the support contact but all the website does it direct me to the forum and I can’t see anywhere how to start a new thread.

    I have a query about removing breadcrumbs for tablets and mobile. I have searched the forum and found other people with this issue. I tried this CSS code recommended by one of your moderators, but it only removes the breadcrumbs on tablet sized screens – when I shrink the browser to mobile size the breadcrumbs reappear.

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

    Could you let me know what the correct CSS is to remove breadcrumbs on both table and mobile size screens?

    Many thanks

    #907607

    Hey John,

    Please try the following and if does not work, please also provide your web site LINK

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

    Best regards,
    Basilis

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