Hey,
I recently updated Enfold to the latest version (not my child theme) and lost the Custom CSS Field for all ALB Elements functionality.
I am trying to turn it back on, but cannot remember what file (and where in the file) to apply the code below:
add_theme_support('avia_template_builder_custom_css');
I’ve read the documentation/post on doing this, but it does not explain where to apply this code.
Also — would I just add this file (and the directory’s/folders above it) to my child theme folder, so it won’t get removed for future updates?
Thanks guys!
Well..probably should have done more research. Realized the code goes in the functions.php file.
I applied it to my child theme’s function.php file (along with a few other PHP snippets) and worked perfectly.