Tagged: custom css class
hey Guys!
I remember I saw time ago you mentioning that it was possible to add a CSS class field to any Avia builder element, but I can’t find the PHP code anywhere… can you help?
Thanks!
Hey Ignazio!
Thank you for using the theme!
Yes, it’s possible. Edit functions.php, find this code:
if(isset($avia_config['use_child_theme_functions_only'])) return;
Below, add this code:
add_theme_support('avia_template_builder_custom_css');
Refer to this link for more info: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Best regards,
Ismael