Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #282076

    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!

    #282091

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.