• Resolved Jota

    (@burusa1)


    Hello.

    I tried to hide breadcrumbs in mobile devices without success. So I had to take the option to consult with a friend.

    Could you please tell me the right way to do it on OceanWP?

    Thank you very much.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello,

    Try to add the below code to the Customize > Custom CSS section to do it –

    @media only screen and (max-width: 480px)
    .site-breadcrumbs {
        display: none;
    }
    Thread Starter Jota

    (@burusa1)

    Hi Amit Singh.

    The code shows error. Can you please see it in the screenshot?

    Code Error

    Thanks.

    • This reply was modified 6 years, 7 months ago by Jota. Reason: Bad screenshot

    Sorry for the mistake. Try to use the below code –

    @media only screen and (max-width: 480px) {
    .site-breadcrumbs {
        display: none;
    }
    }
    Thread Starter Jota

    (@burusa1)

    Hi.

    Now if it works properly.

    Thank you very much Amit Singh. You’ve been a great help.

    This topic has been resolved.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Hide breadcrumbs on mobile device.’ is closed to new replies.