Hi,
I need to desactivate the Avia Theme Builder. All i want it’s juste the code that’s inside de wp_content
in the wordpress administration.
That’s possible ?
Thanks
Yes i know but i want to do more than that I want to desactivate it completely.
Or do you know some css classes to edit (display : none) to hide the template builder ?
Hey!
Open /config-templatebuilder/avia-template-builder/assets/css/avia-builder.css and add this:
a#avia-builder-button {
display: none;
}
Cheers!
Josue
Hi, it’s possible to make this in functions.php on a child theme?