This topic has 8 replies, 3 voices, and was last updated 7 years ago ago by Olga Barlow
hii…
i want showing only 1 price in select option
http://hvcreations.in/cake-delivery-delhi/
this is our site url.
but i want this type showing price
https://www.winni.in/cake-delivery-in-hyderabad in page
Hello,
Please try to add this css code in Theme Options > Styling > Custom css:
.products-grid .price {
font-size:0;
}
.products-grid .price .woocommerce-Price-amount:first-child {
font-size: 14px;
}
Regards
Dear i want showing only 1 price not 2
yes,
but Sale price also showing 1 price but now show sale price 2
Ok, in this case, use this code also:
.products-grid .price del{
display:none;
}
Regards
woocommarce zip code plugin is kept default at xstore theme
Hello,
We support all the default WC options if you use some official plugin from WooCommerce our theme also should be compatible with official extensions https://woocommerce.com/product-category/woocommerce-extensions/
Did you face any compatibility issues with one of these plugins?
Regards
You must be logged in to reply to this topic.Log in/Sign up