[ Root System Explorer ]
Location:
Root
/
home
/
svaxkys
/
www
/
Arcomet
/
wp-content
/
plugins
/
redux-framework
/
sample
/
sections
/
color-selection
+ Folder
+ File
Upload
Editing: color.php
<?php /** * Redux Framework color config. * For full documentation, please visit: http://docs.redux.io/ * * @package Redux Framework */ defined( 'ABSPATH' ) || exit; Redux::set_section( $opt_name, array( 'title' => esc_html__( 'Color', 'your-textdomain-here' ), 'id' => 'opt-color', 'desc' => esc_html__( 'For full documentation on this field, visit: ', 'your-textdomain-here' ) . '<a href="//docs.redux.io/core/fields/color/" target="_blank">docs.redux.io/core/fields/color/</a>', 'subsection' => true, 'fields' => array( array( 'id' => 'opt-color-title', 'type' => 'color', 'output' => array( 'background-color' => '.site-background', 'color' => '.site-title', ), 'title' => esc_html__( 'Site Title Color', 'your-textdomain-here' ), 'subtitle' => esc_html__( 'Pick a title color for the theme (default: #000).', 'your-textdomain-here' ), 'default' => '#000000', 'color_alpha' => true, ), array( 'id' => 'opt-color-footer', 'type' => 'color', 'title' => esc_html__( 'Footer Background Color', 'your-textdomain-here' ), 'subtitle' => esc_html__( 'Pick a background color for the footer (default: #dd9933).', 'your-textdomain-here' ), 'default' => '#dd9933', 'validate' => 'color', 'output' => array( '.footer' ), ), ), ) );
SAVE CHANGES
[ CANCEL ]
Name
Type
Actions
.. (Parent Directory)
📄 color-gradient.php
FILE
Ren
[EDIT]
DEL
📄 color-rgba.php
FILE
Ren
[EDIT]
DEL
📄 color.php
FILE
Ren
[EDIT]
DEL
📄 index.php
FILE
Ren
[EDIT]
DEL
📄 link-color.php
FILE
Ren
[EDIT]
DEL
📄 palette.php
FILE
Ren
[EDIT]
DEL