Hello.
How can I disable Avia Layout Builder for Woocommerce products only?
Thanks you
Hi Aristidis!
You could add some CSS to the backend like so, https://kriesi.at/support/topic/hide-button-in-the-backend-disturd-image-upload/#post-497177.
Use this CSS instead though.
.post-type-product #avia-builder-button { display: none !important; }
Best regards,
Elliott
Hello Elliott. Thank you for your response.
I have tried it, and it works. But only if I hardcode it inside
config-templatebuilder/avia-template-builder/assets/css/avia-builder.css
That is, it won’t work if I use it inside Quick CSS.
Is this normal?
Hi,
Yes that is as expected, the Quick CSS will only apply to the front end.
Regards,
Rikard
OK.
Can I at least incorporate the change into the child theme? How?