Home › Forums › ThemesEYE Support › No Design on WooCommerce pages with Tanawul Bakery Pro › Reply To: No Design on WooCommerce pages with Tanawul Bakery Pro
Hi,
Sorry for the delayed response.
Please add this snippet to Appearance -> Customize -> Additional CSS
This will resolve your cart page issue.
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents .product-price {
position: static;
transform: unset;
opacity: 1 !important;
font-size: 14px;
color: #fa605a;
font-family: ‘Courgette’, cursive;
}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents span.woocommerce-Price-amount.amount, table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents .product-price span {
background-color: transparent;
}
.woocommerce button.button {
color: #ffffff !important;
}
Thanks