This topic has 2 replies, 2 voices, and was last updated 7 months, 1 weeks ago ago by Tony Rodriguez
Hello
I have some product in Gold and silver materail both. The prices of the product is vary according to the Metal. since there two prices in one in product, so under the product title there is a text visible [from $n]. I want to hide this text in Product page. How can do that.
Thanks
Hello, @Divorah,
Thank you for contacting us and for using XStore.
To solve your issue, please add next CSS code in XStore > Theme options > Theme custom CSS > Global CSS.
.single-product .elementor-widget-woocommerce-product-etheme_price .price{
display: none !important;
}
We hope this helps. Should you require any further assistance, please do not hesitate to reach out.
Best Regards,
8Theme’s Team
You must be logged in to reply to this topic.Log in/Sign up