I added some custom css to my store so that the stock status would not be displayed on the product page.
This is the code:
.et_connect-block-sep{
display: none !important;
}
.stock{
display: none !important;
}
The stock status dissapears on the desktop version but still appears on mobile.
Thanks in advance!