Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #168783

    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

    #168996

    I just noticed that as well – experiencing the same issue.

    #169006

    @chrisknittel

    Looks like you need to add it back. I just did.

    #169149

    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

    #169810

    perfect, thank you!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Custom css class’ is closed to new replies.