• Resolved Khampol

    (@caseyj)


    Hello,
    For products, we have several attributes : color, size… In price display we have eg. 10$-35$ which is not so good. Is there a way to hide this? And of course to let it show when its a simple product with only 1 price ?

Viewing 1 replies (of 1 total)
  • Plugin Support kellymetal a11n

    (@kellymetal)

    Hi there!

    You can use the following CSS to hide that price just on Variable products:

    
    /* Hide Variable Product Price */
    .product-type-variable .entry-summary .price {
      display: none;
    }
    

    This will hide the main price range, but still allow the actual price for the variation to display after a specific variation has been selected. It should also not affect any other product types.

    I hope this helps!

Viewing 1 replies (of 1 total)
  • The topic ‘Hide price display for several attributes’ is closed to new replies.