Viewing File: /home/maglabs/valvtec1/wp-content/plugins/ml-slider/themes/clarity/customize.php
<?php
/**
* Keep this file as is.
* You can optionally add array() values to allow to customize theme design
* See themes/customize.php as reference
*/
return array(
array(
'label' => esc_html__( 'Arrows', 'ml-slider' ),
'name' => 'arrows_color',
'type' => 'color',
'default' => '#ffffff'
),
array(
'label' => esc_html__( 'Navigation', 'ml-slider' ),
'name' => 'navigation_color',
'type' => 'color',
'default' => '#016fb9'
),
array(
'label' => esc_html__( 'Caption background', 'ml-slider' ),
'name' => 'caption_background',
'type' => 'color',
'default' => '#ffffff'
),
array(
'label' => esc_html__( 'Caption text', 'ml-slider' ),
'name' => 'caption_text_color',
'type' => 'color',
'default' => '#000000'
),
array(
'label' => esc_html__( 'Caption links', 'ml-slider' ),
'name' => 'caption_links_color',
'type' => 'color',
'default' => '#28303d'
),
);
Back to Directory
File Manager