Reply 319560 to: Design Constraints

Avatar: Olga Barlow
Olga Barlow
Support staff
March 14, 2022 at 14:17

Hello,

1) To disable the breadcrumbs on the checkout and cart page go to Pages > edit cart/checkout page > 8theme page options > Breadcrumbs type > choose Disable.

2) I have updated theme and core plugin. You should not have issues with that in the future but don’t skip a lot of updates as you did before. There is no need to update child theme, it’s your custom theme and it does not include files that should be updated at this moment.

3) Keep Always Load Wc-Cart-Fragments options enabled in Theme Options > Speed optimization. Check your cart now.

4), 5) I see that texts on the checkout are white, not green. Anyway, if you want to change the color of the labels add the below code to child theme style.css or to Theme Options > Custom CSS

.checkout label, #payment .payment_methods input[type=radio]:checked+label, 
#shipping_method input[type=radio]:checked+label,
.checkout .shop_table .amount, .cart-order-details .shop_table .order-total .amount, .checkout  #shipping_method .amount{
    color: #eeee21;
}
#payment .payment_methods label,  .cart-order-details .shop_table .order-total th, .checkout .shop_table dd, .checkout .shop_table dt,
#shipping_method li label, .order-review .cart_item .product-name {
    color: #40ba51;
}

6) I checked that button and it’s ok https://gyazo.com/26792743aaaeebd1f076831a05734325
ave you sorted out?

Regards

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.