This topic has 2 replies, 2 voices, and was last updated 2 months ago ago by Luca Rossi
See there are 2 prices i want to only show low prices here
Hi @MustafaPatel,
Please try adding this custom CSS under XStore > Theme Options > Theme Custom CSS > Global CSS:
.woocommerce .elementor-widget-woocommerce-product-etheme_price .price {
color: #fff !important;
}
.woocommerce .elementor-widget-woocommerce-product-etheme_price .price span:nth-child(2){
display: none;
}
.woocommerce .elementor-widget-woocommerce-product-etheme_price .price span {
color: #000;
}
Hope it helps!
You must be logged in to reply to this topic.Log in/Sign up