-
Hi!
I am using Rank Math on my Elementor website.
I have enabled the breadcrumb feature using the shortcode option.
It is working perfectly on desktop, but on mobile phones the links to previous breadcrumb trails are not clickable.
URL:
https://southpointephysicalrehab.com/home/(not a breadcrumb on homepage…but petty much every other page)
I have used custom CSS to edit the style, possibly could have something to do with it?
.rank-math-breadcrumb a{
color: #383838;
}.rank-math-breadcrumb {
font-size: 1.125rem;
font-family: roboto;
font-style: italic;
color: #383838;
}
@media only screen and (max-width: 600px) {
.rank-math-breadcrumb {
font-size: .7rem;
}
}Thanks for your help with this! I am needing this website up soon so I appreciate the response.
The ticket ‘Mobile Breadcrumb Link’ is closed to new replies.