This topic has 8 replies, 5 voices, and was last updated 4 years ago ago by Olga Barlow
How to hide price range of ONLY variable product not on simple product ?
Hello,
Please provide URL of such variable product.
Regards
Hi,
Add below code to Theme Options -> Theme Custom CSS -> Global Custom CSS
.single-product .product-type-variable .price{
display: none;
}
Regards,
Hung PD
thank you very much
Hello,
You’re welcome!
Regards
I tried this. But it did not work..
Im scared to edit in theme editor page.. I might break the whole site.
Hello,
It works http://prntscr.com/v56zqa
From your screenshot I see that you added code incorrectly and added additional blank space to class http://prntscr.com/v570om But there should not be space.
Regards
You must be logged in to reply to this topic.Log in/Sign up