Hi Guys.
On variable products i have different start dates as options and then different fees.
Problem is that it the shows the following see attachment,
I don’t want it to show any price option there in red at all as its confusing as they are not priced from £300-£3000 the £300 is just a deposit. I only want to remove this from variable products NOT any other kind of products.
I have managed the hide the “FROM” with tis code in the quick css,
.products .price {
display: none !important;
}
But not the entire price please can some one tell me the code for quick css to either hide or remove the red pricing on variable products]
Thanks!