Breadcrumbs not overwriting

#99710
Viewing 3 replies - 31 through 33 (of 33 total)
  • Hello,

    The toggle option is being added by your them. You can try adding the following CSS to see if removes this:

    
    @media only screen and (max-width: 942px) {
      .rank-math-breadcrumb {
        display:none !important;
      }
      .genesis-content .menu-toggle,.genesis-content .menu-toggle.active {
        display:none !important;
      	
      }
    }
    

    Hope this helps.

    Hello,
    many thanks for your kind and quick reply.
    I added the code, but the toggle menu still appears.
    But when you click on it, the breadcrumbs don’t show. Just the toggle menu.
    Now I have 2 toggle menus, one for normal menu and one for breadcrumbs (that’s not showing when clicking).

    This happens only on mobile.

    Here you can see an example: https://visitsouthernspain.com/things-to-do-in-andalucia/

    How can I make the breadcrumb toggle menu disappear?

    Thanks a million

    Hello,

    That cosmetic issue will need to be fixed by your theme provider.

    I am closing this ticket since the original issue has been fixed. If you need further help or with anything else, please open a new support ticket here so we can help:

    We are always here for assistance.

    Hello,

    Since we did not hear back from you for 15 days, we are assuming that you found the solution. We are closing this support ticket.

    If you still need assistance or any other help, please feel free to open a new support ticket, and we will be more than happy to assist.

    Thank you.

Viewing 3 replies - 31 through 33 (of 33 total)

The ticket ‘Breadcrumbs not overwriting’ is closed to new replies.