All color sections now with that green bg-color to better see the borders.

Grid-Row with included svg options

To load those child themes alb – you had to put this into your child-theme functions.php

function avia_include_shortcode_template($paths){
  $template_url = get_stylesheet_directory();
      array_unshift($paths, $template_url.'/shortcodes/');
  return $paths;
}
add_filter('avia_load_shortcodes', 'avia_include_shortcode_template', 15, 1);