wp-productzilla/wp-content/themes/blocksy/inc/dynamic-styles/global/background.php
rizal.productzilla e38e8b231d templating
2024-04-01 16:08:46 +07:00

23 lines
427 B
PHP

<?php
// Site background
blocksy_output_background_css([
'selector' => 'body',
'css' => $css,
'tablet_css' => $tablet_css,
'mobile_css' => $mobile_css,
'value' => blocksy_get_theme_mod(
'site_background',
blocksy_background_default_value([
'backgroundColor' => [
'default' => [
'color' => 'var(--theme-palette-color-7)'
],
],
])
),
'responsive' => true,
'forced_background_image' => true
]);