Hi
I am trying to hide the stock info for grouped products as it is not displaying correctly. (see image attached).
I’ve tried the following global css, but it doesn’t work.
.grouped_product p.et_stock {
display: none !important;
}
Can you please assist?