-
little_moon
Hi – How do I change the size of the font of my breadcrumbs on mobile pages?
Thanks,
Stefanie -
Hi there,
can you share a link to your site where i can see the breadcrumbs ?
-
little_moon
-
Try this CSS:
@media(max-width: 768px) { .woocommerce nav.woocommerce-breadcrumb { font-size: 12px; } }
-
little_moon
That’s perfect – thank you!
-
You’re welcome
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.