[ad_1]
Just found out its on the divi site aswell:
Hello @alkoholy
You can hide this non-editable quantity number by adding just one line CSS. To apply this CSS, follow the below steps.
- Go to Appearance > themes and customize active themes.
- After going to customize, click on Additional CSS
- Click on this: https://prnt.sc/JtB2STbib6FH and put the below CSS
.product-quantity span{
display:none;
}After add, please publish the changes: https://prnt.sc/0jm6uB6jRUF-
Also in another way, you can put an above CSS to the theme CSS file.
My hero, thank you very much for this.
