I am referring to the quantity selector next to the Add To Cart button. I thought I resolved my issue with CSS: I added some CSS to hide it, but it takes a few seconds to kick in. So when the page loads I can still see the quantity selector momentarily (on mobile it is more apparant and lingers for a while)
I have attached a screenshot of the issue on mobile. Is there a filter that can be added to remove the quantity option?
The delay problem probably relates to how the CSS is added to the page.
I suggest that in the template where you have designed this, where you have inserted the Add to Cart button, just above that insert a custom HTML block and add the specific CSS within style tags inside that block, in which case the CSS will already be parsed before the Add to Cart button is rendered.
Can you please share details where exactly you added the custom CSS code.
Maybe you can share problem URL and admin access details and also share what field you want to hide.
*** Please make a FULL BACKUP of your database and website.***
I would also eventually need to request temporary access (WP-Admin) to your site. Preferably to a test site where the problem has been replicated if possible in order to be of better help and check if some configurations might need to be changed.
I have set the next reply to private which means only you and I have access to it.
It seems you forget to share the problem URL where you added the form or I can see the field you are talking about. Can you please share problem URL and let me review it.
After reviewing the plugins page, I can see that you are running with outdated Toolset plugins. We always recommend running your site with latest stable Toolset plugin version.
- Could you please try to update all Toolset plugins to its latest official release version.
*** Please make a FULL BACKUP of your database and website.***
You can download latest Toolset plugins from your account's download page:
=> https://toolset.com/account/downloads/
Now - regarding the issue:
I've added the CSS you shared to custom CSS box of the content template as you can see with the following screenshot:
Screenshot - hidden link
=> hidden link
The issue is the same. The qauntity box was hidden before as I explained, when I had the code in the Customizer. But when loading, the qty box still appears for a few seconds (screenshot attached)