kollapsminoriteten/wp-content/themes/blocksy/inc/panel-builder/header/bottom-row/options.php

24 lines
398 B
PHP

<?php
$options = blocksy_get_options(
get_template_directory() . '/inc/panel-builder/header/middle-row/options.php',
[
'default_height' => [
'mobile' => 80,
'tablet' => 80,
'desktop' => 80,
],
'default_background' => blocksy_background_default_value([
'backgroundColor' => [
'default' => [
'color' => 'var(--theme-palette-color-8)',
],
],
])
],
false
);