This topic has 5 replies, 3 voices, and was last updated 2 years, 8 months ago ago by Rose Tyler
xstore/css/modules/woocommerce/pages/special-cart-breadcrumbs.css
i have this file .. i want to change the breadcrumb background color.. but i dont want to reply this file. where can i found this option? how to do that?
Hello,
Thank you for contacting us.
You don’t need to change or touch any CSS file for changing breadcrumb color, You could change your bread crumb color easily from Appearance > Customize > Breadcrumb and try to find Background Color option.
Regards
but it doesnt works…
my background on checkout is white
im using DRINKS Theme.
and my breadcrumb background TRANSPARENT
same problem with popup added to cart.. there is no place where change colors…
Hello,
Add custom CSS code in Theme Options > Theme custom CSS > Global, for example:
.cart-checkout-nav {
background-color: transparent !important;
}
.cart-checkout-nav .active {
color: white !important;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up