Tagged: css class
Maybe stupid question, but after updating to enfold 2.3 I’m unable to define custom css classes to different objects in the layout builder.
Is it gone?
best regards
Chris
I just noticed that as well – experiencing the same issue.
Looks like you need to add it back. I just did.
Hi!
Please add the code again. 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');
Regards,
Ismael
perfect, thank you!