Hi,
Will the the the code added to the functions.php file stay when I update to the latest Enfold?
http://www.airlinestaffrates.com
Thanks
Charlotte
Hello there!
You should make a backup because you will loose the customization in your functions.php
Here is how to avoid this in the future: Using a Child Theme
Good luck!
Ok, thanks.
BUT
This was added before in the functions.php file and it is still there after I upgraded to the last version:
/*
* add option to edit elements via css class
*/
// add_theme_support(‘avia_template_builder_custom_css’);
So I haven´t lost it…
Hi!
It is part of functions.php file but it is commented out = disabled.
If you would like to enable it, please remove // in the code so it looks like following
/*
* add option to edit elements via css class
*/
add_theme_support(‘avia_template_builder_custom_css’);
@agentur-sks Thanks :)
Cheers!
Yigit
Aha… ok, thanks.