This topic has 8 replies, 3 voices, and was last updated 9 years, 11 months ago ago by Robert Hall
I need to change the size of the breadcrumbs text (Royal theme), but without changing any other text across the site. I need it smaller – how do I do that?
Se screenshot here:
http://goo.gl/sNFPLz
Many thanks 🙂
Hello,
Please try to use this code in custom.css file:
.woocommerce-breadcrumb a { font-size: 13px; }
Thank you.
Regards,
Eva Kemp.
Thanks, Eva 🙂
However, I need it to work on the entire line. See screenshot here to see what I mean…
Thanks.
Hello,
Please provide us with the link where that breadcrumb is displayed.
Thank you.
Regards,
Eva Kemp.
Absolutely – here you go:
http://paperdepot.biz/product/x8046ak/
Thanks!
Hello,
Try to use this code instead of the previous one:
nav.woocommerce-breadcrumb {
font-size: 13px !important;
}
Thank you.
Regards,
Eva Kemp.
Wonderful! That did the trick. Thank you, Eva 🙂
Hello,
You’re welcome!
Regards,
Robert Hall.
The issue related to '‘How to change breadcrumb text size’' has been successfully resolved, and the topic is now closed for further responses