This topic has 6 replies, 2 voices, and was last updated 8 years ago ago by Olga Barlow
hi dear,
1. How can i change the prices size in green color bigger and prices with pink color smaller than, can you please write css code for me?
2. In shop when you send more than one product to cart when scroll down you can not see checkout button and the cart is not scrolling.
best regards
Hello,
Actually, such additional customization is not included in our support.
1) .content-product .woocommerce-Price-amount.amount {font-size: 18px;}
.content-product .price-unit.smaller .woocommerce-Price-amount.amount {font-size: 14px;}
2) .cart-popup-container {width: 30em;}
.cart-popup-container .units-info,.cart-popup-container .delivery-time-info{
font-size: 11px;
margin-bottom: 5px;
line-height: 1.2;
}
.cart-popup-container.product_list_widget li {
padding-bottom: 1em;
margin-bottom: .7em;
margin-top: .7em;}
Regards
tnx it is solved but the cart showin 3 products, can you please solve that also?
Hello,
How many products do you want to show in the cart?
You can change it only by additional customization of etheme_cart_items function (xstore/framework/woo.php)
Regards
hi dear, depend of customer as they selected
and can i use video background without using youtube? i want upload the video on my host.
best regards
Hello,
Mini cart drop-down shows only last added 3 products, full the list of products user can see on cart page only. If you want to change the number of products in mini cart you can do this only by additional customization of etheme_cart_items function (xstore/framework/woo.php)
Visual Composer does not have option to use self-hosted video for the row background.
Regards
You must be logged in to reply to this topic.Log in/Sign up