• Resolved Royah Marie

    (@hautecreations)


    Hello. I would like to omit the first variation in all of my products in the display of the price range banner. In my case, the sample fabrics are $3.00 so I would like that to not display in the price banner. I hope that makes sense.

    Thank you!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • This custom css should work on the archive page. The single product page is more tricky.

    /* archive */
    ul.products li.product.product-type-variable .price {
      visibility: hidden;
    }
    ul.products li.product.product-type-variable .price span.amount:nth-child(2) {
      visibility: visible;
      padding: 2px 6px;
      background-color: #000;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Removing the first variation in all products from span pricing’ is closed to new replies.