This topic has 4 replies, 2 voices, and was last updated 5 months, 2 weeks ago ago by Luca Rossi
How to contro the off canvas rondeness, color and color of buttons and size of product images in it for the cart off canvas
and for accountoff canvas how to control text color?
Hi @Fareed Fares,
Please try adding this custom CSS under XStore > Theme Options > Theme Custom CSS > Global CSS:
/* Product Image */
.woocommerce-mini-cart img {
width: 100px;
height: auto;
}
/* Off Canvas Buttons */
.elementor-menu-cart__footer-buttons {
margin-top: 30px;
display: flex;
justify-content: space-between;
}
.elementor-menu-cart__footer-buttons a {
background-color: #F7941D;
}
/* Product Name */
.elementor-menu-cart__product-name.product-name {
color: #07488C;
font-size: 18px;
}
/* Product Name */
.elementor-menu-cart__product-price.product-price span,
.elementor-menu-cart__subtotal {
color: #F7941D !important;
}
Hope it helps!
Isn’t there something without code I remember I did this before without code I guess?
also how to change the backgroud color?
Hi @Fareed Fares,
If you using the Elementer Header Builder, please disable the Customizer Header Builder:
After that go to Elementer Header Builder, then edit the Shopping Cart, under the Style tab you can control the styles of Off Canvas:
Hope it helps!
You must be logged in to reply to this topic.Log in/Sign up