Well, I got it to stay on the main product and removed it from related product with:
.qib-container:not(#qib_id) {
display: table-column !important;
}
FYI I first tried:
.qib-container:not(#qib_id) {
display: none !important;
}
but this removed it in all locations on the product page (Main and related)
Hope this helps someone.
Thank you,
Sean
https://khakisofcarmel.com/shop/robert-jensen-big-dot-woven-tie-in-blue/
It’s only with products that have in stock greater than 1, which is about 20% of my products. If you don’t see it just refresh a couple of times.
Thank you so much for looking into this.
Heres a screenshot.
https://khakisofcarmel.com/wp-content/uploads/2019/12/Screen-Shot-2019-12-15-at-4.48.13-PM.png
That worked, looks great, many thanks!