Mobile Breadcrumb optimization

#596189
Viewing 1 replies (of 1 total)
  • Hello,

    Thank you for your query and we are so sorry about the trouble this must have caused.

    That would require custom CSS code that falls outside the scope of our support but we can clarify the class names we use in our breadcrumbs for you to create those custom rules based on them.

    The breadcrumbs are wrapped inside a navigation element with the class of rank-math-breadcrumb and inside it, there are anchor tags with all the crumbs until the last one which is only a span element.

    For example, to target the second anchor tag inside the breadcrumbs you would use a rule like this:

    
    .rank-math-breadcrumb a:nth-child(2) {
      /* CSS rules for the second anchor tag */
    }
    

    Hope this helps clarify the situation.

    Don’t hesitate to get in touch if you have any other questions.

    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 1 replies (of 1 total)

The ticket ‘Mobile Breadcrumb optimization’ is closed to new replies.