Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #284714

    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!

    • This topic was modified 10 years, 5 months ago by mmsdev. Reason: update
    #284954

    Hey midischool!

    Thank you for using the theme!

    Looks like you managed to remove the variable product price on the single product page. If not, please add this on Quick CSS or custom.css:

    .product-type-variable .price {
    display: none !important;
    }

    Best regards,
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.