PHP 8.2.31
Preview: options-style.php Size: 4.69 KB
/home/nshryvcy/radiantskinclinics.org/wp-content/themes/medizco/components/theme/options/customizer/options-style.php

<?php if (!defined('ABSPATH')) die('Direct access forbidden.');
/**
 * customizer option: general
 */
$options =[
    'style_settings' => [
            'title'		 => esc_html__( 'Style settings', 'medizco' ),
            'options'	 => [
                'style_body_bg' => [
                    'label'	        => esc_html__( 'Body background', 'medizco' ),
                    'desc'	           => esc_html__( 'Site\'s main background color.', 'medizco' ),
                    'type'	           => 'color-picker',
                 ],

                'style_primary' => [
                    'label'	        => esc_html__( 'Primary color', 'medizco' ),
                    'desc'	           => esc_html__( 'Site\'s main color.', 'medizco' ),
                    'type'	           => 'color-picker',
                ],

                'secondary_color' => [
                    'label'	        => esc_html__( 'Secondary color', 'medizco' ),
                    'desc'	           => esc_html__( 'Secondary color.', 'medizco' ),
                    'type'	           => 'color-picker',
                ],
                
                'title_color' => [
                'label'	        => esc_html__( 'Title color', 'medizco' ),
                'desc'	        => esc_html__( 'Blog title color.', 'medizco' ),
                'type'	        => 'color-picker',
                ],

                'body_font'    => array(
                    'type' => 'typography-v2',
                    'label' => esc_html__('Body Font', 'medizco'),
                    'desc'  => esc_html__('Choose the typography for the title', 'medizco'),
                    'value' => array(
                        'family' => 'Roboto',
                        'size'  => '15',
                        'font-weight' => '400',
                    ),
                    'components' => array(
                        'family'         => true,
                        'size'           => true,
                        'line-height'    => false,
                        'letter-spacing' => false,
                        'color'          => false,
                        'font-weight'    => true,
                    ),
                ),
                
                'heading_font_one'	 => [
                    'type'		 => 'typography-v2',
                    'value'		 => [
                        'family'		 => 'Exo',
                        'size'  => '',
                        'font-weight' => '700',
                    ],
                    'components' => [
                        'family'         => true,
                        'size'           => true,
                        'line-height'    => false,
                        'letter-spacing' => false,
                        'color'          => false,
                        'font-weight'    => true,
                    ],
                    'label'		 => esc_html__( 'Heading H1 and H2 Fonts', 'medizco' ),
                    'desc'		    => esc_html__( 'This is for heading google fonts', 'medizco' ),
                ],

                'heading_font_two'	 => [
                    'type'		    => 'typography-v2',
                    'value'		 => [
                        'family'		  => 'Exo',
                        'size'        => '',
                        'font-weight' => '700',
                    ],
                    'components' => [
                        'family'         => true,
                        'size'           => true,
                        'line-height'    => false,
                        'letter-spacing' => false,
                        'color'          => false,
                        'font-weight'    => true,
                    ],
                    'label'		 => esc_html__( 'Heading H3 Fonts', 'medizco' ),
                    'desc'		    => esc_html__( 'This is for heading google fonts', 'medizco' ),
                ],

                'heading_font_three'	 => [
                    'type'		    => 'typography-v2',
                    'value'		 => [
                        'family'		  => 'Exo',
                        'size'        => '',
                        'font-weight' => '700',
                    ],
                    'components' => [
                        'family'         => true,
                        'size'           => true,
                        'line-height'    => false,
                        'letter-spacing' => false,
                        'color'          => false,
                        'font-weight'    => true,
                    ],
                    'label'		 => esc_html__( 'Heading H4 Fonts', 'medizco' ),
                    'desc'		    => esc_html__( 'This is for heading google fonts', 'medizco' ),
                ],
            ],
        ],
    ];

Directory Contents

Dirs: 0 × Files: 10

Name Size Perms Modified Actions
205 B lr--r--r-- 2026-02-23 02:01:28
Edit Download
13.67 KB lrw-r--r-- 2020-12-03 03:41:14
Edit Download
1.46 KB lrw-r--r-- 2019-10-30 02:44:26
Edit Download
3.90 KB lrw-r--r-- 2021-06-07 21:59:42
Edit Download
757 B lrw-r--r-- 2020-05-12 02:34:00
Edit Download
2.39 KB lrw-r--r-- 2020-05-12 02:34:00
Edit Download
686 B lrw-r--r-- 2023-02-07 10:36:42
Edit Download
14.19 KB lrw-r--r-- 2021-06-07 21:59:42
Edit Download
4.69 KB lrw-r--r-- 2019-10-30 02:44:26
Edit Download
6.26 KB lrw-r--r-- 2021-06-07 21:59:42
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).