"; ?> background_color) ? $boundlessnews_home_section->background_color : ''); $section_text_color = esc_url(isset($boundlessnews_home_section->text_color) ? $boundlessnews_home_section->text_color : ''); if ($section_background_color) { ?> #theme-block- { background-color: ; padding-bottom: 3rem; padding-top: 3rem; margin-bottom:0; } #theme-block- .block-title-wrapper .block-title::after{ border-left-color: ; } #theme-block-, #theme-block- a{ color: ; } background_image) ? $boundlessnews_home_section->background_image : ''); if ($background_image) { $bg_image_size = isset($boundlessnews_home_section->bg_image_size) ? $boundlessnews_home_section->bg_image_size : 'auto'; $background_image_repeat = isset($boundlessnews_home_section->background_image_repeat) ? $boundlessnews_home_section->background_image_repeat : 'yes'; $background_image_scroll = isset($boundlessnews_home_section->background_image_scroll) ? $boundlessnews_home_section->background_image_scroll : 'yes'; if ($background_image_repeat == 'yes' || $background_image_repeat == '') { $background_image_repeat = 'repeat'; } else { $background_image_repeat = 'no-repeat'; } if ($background_image_scroll == 'yes' || $background_image_scroll == '') { $background_image_scroll = 'scroll'; } else { $background_image_scroll = 'fixed'; } ?> #theme-block- { background-image: url( ); background-size: ; background-repeat: ; background-attachment: ; } #theme-block- .block-title-wrapper .block-title::after{ border-left-color: transparent; } "; } add_action('wp_head', 'boundlessnews_dynamic_css', 100);