I want to customize font size, letter spacing & Text transformation. There is an option to customize same for normal breadcrumb but I couldn’t find for special breadcrumb.
This topic has 4 replies, 3 voices, and was last updated 4 years, 9 months ago ago by Rose Tyler
I want to customize font size, letter spacing & Text transformation. There is an option to customize same for normal breadcrumb but I couldn’t find for special breadcrumb.
Hi
You can set breadcrumb by going to Dashboard > Pages > Edit page > 8Theme Layout Options https://prnt.sc/104leqd
You can change breadcrumb for single product page by going to Theme Options > WooCommerce (Shop) > Single Product Builder > Breadcrumb and set your breadcrumb options according to your requirements.
I want to customize Special Breadcrumb on cart & order page. https://prnt.sc/105e5nl
There is no option to customize this. If there is an option please tell me where is it..?
Hello,
You may use custom CSS code, for example, add the next code in Theme Options > Theme custom CSS:
.cart-checkout-nav {
font-size: 14px;
letter-spacing: 1px;
text-transform: capitalize;
}
Regards
The issue related to '‘How to customize Special Breadcrumb on cart, order page.?’' has been successfully resolved, and the topic is now closed for further responses