This topic has 6 replies, 3 voices, and was last updated 5 years, 7 months ago ago by Olga Barlow
Hello,
Is it possible to hide the “Starting from” price only in the single product sheet of the variable products?
Greetings,
Dario
Hello,
.single-product .product-content .fixed-content > .price {
display: none;
}
Regards
Hi, the code works but removes the price even in products without variable.
I am only interested in verifiable products because the price already appears at the bottom:
is there any other way?
Thank you,
Dario
Hello,
Please provide URL of a simple product on your site.
Regards
Hi, here it is:
Hello,
Replace previous code by the next one
.single-product.product-type-variable .product-content .fixed-content > .price {
display: none;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up