lightspeeddevelopment /
lsx-customizer
| 1 | <?php |
||
| 2 | /** |
||
| 3 | * Customizer colour options |
||
| 4 | * |
||
| 5 | * @package LSX Customizer |
||
| 6 | * @author LightSpeed |
||
| 7 | * @license GPL3 |
||
| 8 | * @link |
||
| 9 | * @copyright 2016 LightSpeed |
||
| 10 | */ |
||
| 11 | |||
| 12 | global $customizer_colour_names; |
||
| 13 | global $customizer_colour_choices; |
||
| 14 | |||
| 15 | $customizer_colour_names = apply_filters( 'lsx_customizer_colour_names', array( |
||
| 16 | 'button_background_color' => esc_html__( 'Background', 'lsx-customizer' ), |
||
|
0 ignored issues
–
show
introduced
by
Loading history...
|
|||
| 17 | 'button_background_hover_color' => esc_html__( 'Background (hover)', 'lsx-customizer' ), |
||
|
0 ignored issues
–
show
|
|||
| 18 | 'button_text_color' => esc_html__( 'Text', 'lsx-customizer' ), |
||
|
0 ignored issues
–
show
|
|||
| 19 | 'button_text_color_hover' => esc_html__( 'Text (hover)', 'lsx-customizer' ), |
||
|
0 ignored issues
–
show
|
|||
| 20 | 'button_shadow' => esc_html__( 'Shadow', 'lsx-customizer' ), |
||
|
0 ignored issues
–
show
|
|||
| 21 | |||
| 22 | 'button_cta_background_color' => esc_html__( 'Background', 'lsx-customizer' ), |
||
|
0 ignored issues
–
show
|
|||
| 23 | 'button_cta_background_hover_color' => esc_html__( 'Background (hover)', 'lsx-customizer' ), |
||
|
0 ignored issues
–
show
|
|||
| 24 | 'button_cta_text_color' => esc_html__( 'Text', 'lsx-customizer' ), |
||
|
0 ignored issues
–
show
|
|||
| 25 | 'button_cta_text_color_hover' => esc_html__( 'Text (hover)', 'lsx-customizer' ), |
||
|
0 ignored issues
–
show
|
|||
| 26 | 'button_cta_shadow' => esc_html__( 'Shadow', 'lsx-customizer' ), |
||
|
0 ignored issues
–
show
|
|||
| 27 | |||
| 28 | 'button_secondary_background_color' => esc_html__( 'Background', 'lsx-customizer' ), |
||
|
0 ignored issues
–
show
|
|||
| 29 | 'button_secondary_background_hover_color' => esc_html__( 'Background (hover)', 'lsx-customizer' ), |
||
|
0 ignored issues
–
show
|
|||
| 30 | 'button_secondary_text_color' => esc_html__( 'Text', 'lsx-customizer' ), |
||
|
0 ignored issues
–
show
|
|||
| 31 | 'button_secondary_text_color_hover' => esc_html__( 'Text (hover)', 'lsx-customizer' ), |
||
|
0 ignored issues
–
show
|
|||
| 32 | 'button_secondary_shadow' => esc_html__( 'Shadow', 'lsx-customizer' ), |
||
|
0 ignored issues
–
show
|
|||
| 33 | |||
| 34 | 'button_tertiary_background_color' => esc_html__( 'Background', 'lsx-customizer' ), |
||
|
0 ignored issues
–
show
|
|||
| 35 | 'button_tertiary_background_hover_color' => esc_html__( 'Background (hover)', 'lsx-customizer' ), |
||
|
0 ignored issues
–
show
|
|||
| 36 | 'button_tertiary_text_color' => esc_html__( 'Text', 'lsx-customizer' ), |
||
|
0 ignored issues
–
show
|
|||
| 37 | 'button_tertiary_text_color_hover' => esc_html__( 'Text (hover)', 'lsx-customizer' ), |
||
|
0 ignored issues
–
show
|
|||
| 38 | 'button_tertiary_shadow' => esc_html__( 'Shadow', 'lsx-customizer' ), |
||
|
0 ignored issues
–
show
|
|||
| 39 | |||
| 40 | 'top_menu_background_color' => esc_html__( 'Background', 'lsx-customizer' ), |
||
|
0 ignored issues
–
show
|
|||
| 41 | 'top_menu_link_color' => esc_html__( 'Link', 'lsx-customizer' ), |
||
|
0 ignored issues
–
show
|
|||
| 42 | 'top_menu_link_hover_color' => esc_html__( 'Link (hover)', 'lsx-customizer' ), |
||
|
0 ignored issues
–
show
|
|||
| 43 | 'top_menu_icon_color' => esc_html__( 'Icon', 'lsx-customizer' ), |
||
|
0 ignored issues
–
show
|
|||
| 44 | 'top_menu_icon_hover_color' => esc_html__( 'Icon (hover)', 'lsx-customizer' ), |
||
|
0 ignored issues
–
show
|
|||
| 45 | 'top_menu_dropdown_color' => esc_html__( 'Dropdown', 'lsx-customizer' ), |
||
|
0 ignored issues
–
show
|
|||
| 46 | 'top_menu_dropdown_hover_color' => esc_html__( 'Dropdown (hover)', 'lsx-customizer' ), |
||
|
0 ignored issues
–
show
|
|||
| 47 | 'top_menu_dropdown_link_color' => esc_html__( 'Dropdown link', 'lsx-customizer' ), |
||
|
0 ignored issues
–
show
|
|||
| 48 | 'top_menu_dropdown_link_hover_color' => esc_html__( 'Dropdown link (hover)', 'lsx-customizer' ), |
||
|
0 ignored issues
–
show
|
|||
| 49 | |||
| 50 | 'header_background_color' => esc_html__( 'Background', 'lsx-customizer' ), |
||
|
0 ignored issues
–
show
|
|||
| 51 | 'header_link_color' => esc_html__( 'Link', 'lsx-customizer' ), |
||
|
0 ignored issues
–
show
|
|||
| 52 | 'header_link_hover_color' => esc_html__( 'Link (hover)', 'lsx-customizer' ), |
||
|
0 ignored issues
–
show
|
|||
| 53 | 'header_description_color' => esc_html__( 'Description', 'lsx-customizer' ), |
||
|
0 ignored issues
–
show
|
|||
| 54 | |||
| 55 | 'main_menu_background_color' => esc_html__( 'Background', 'lsx-customizer' ), |
||
| 56 | 'main_menu_link_color' => esc_html__( 'Link', 'lsx-customizer' ), |
||
| 57 | 'main_menu_link_hover_color' => esc_html__( 'Link (hover)', 'lsx-customizer' ), |
||
| 58 | 'main_menu_dropdown_background_color' => esc_html__( 'Dropdown', 'lsx-customizer' ), |
||
| 59 | 'main_menu_dropdown_background_hover_color' => esc_html__( 'Dropdown (hover)', 'lsx-customizer' ), |
||
| 60 | 'main_menu_dropdown_link_color' => esc_html__( 'Dropdown link', 'lsx-customizer' ), |
||
| 61 | 'main_menu_dropdown_link_hover_color' => esc_html__( 'Dropdown link (hover)', 'lsx-customizer' ), |
||
| 62 | |||
| 63 | 'banner_background_color' => esc_html__( 'Background', 'lsx-customizer' ), |
||
|
0 ignored issues
–
show
|
|||
| 64 | 'banner_text_color' => esc_html__( 'Text', 'lsx-customizer' ), |
||
|
0 ignored issues
–
show
|
|||
| 65 | 'banner_text_image_color' => esc_html__( 'Text (over image)', 'lsx-customizer' ), |
||
|
0 ignored issues
–
show
|
|||
| 66 | 'banner_breadcrumb_background_color' => esc_html__( 'Breadcrumb Background', 'lsx-customizer' ), |
||
|
0 ignored issues
–
show
|
|||
| 67 | 'banner_breadcrumb_text_color' => esc_html__( 'Breadcrumb Text', 'lsx-customizer' ), |
||
|
0 ignored issues
–
show
|
|||
| 68 | 'banner_breadcrumb_text_selected_color' => esc_html__( 'Breadcrumb Text (selected)', 'lsx-customizer' ), |
||
|
0 ignored issues
–
show
|
|||
| 69 | |||
| 70 | 'background_color' => esc_html__( 'Background', 'lsx-customizer' ), |
||
|
0 ignored issues
–
show
|
|||
| 71 | 'body_line_color' => esc_html__( 'Line', 'lsx-customizer' ), |
||
|
0 ignored issues
–
show
|
|||
| 72 | 'body_text_heading_color' => esc_html__( 'Text (heading)', 'lsx-customizer' ), |
||
|
0 ignored issues
–
show
|
|||
| 73 | 'body_text_small_color' => esc_html__( 'Text (small)', 'lsx-customizer' ), |
||
|
0 ignored issues
–
show
|
|||
| 74 | 'body_text_color' => esc_html__( 'Text', 'lsx-customizer' ), |
||
|
0 ignored issues
–
show
|
|||
| 75 | 'body_link_color' => esc_html__( 'Link', 'lsx-customizer' ), |
||
|
0 ignored issues
–
show
|
|||
| 76 | 'body_link_hover_color' => esc_html__( 'Link (hover)', 'lsx-customizer' ), |
||
|
0 ignored issues
–
show
|
|||
| 77 | 'body_section_full_background_color' => esc_html__( 'Section full (background)', 'lsx-customizer' ), |
||
|
0 ignored issues
–
show
|
|||
| 78 | 'body_section_full_text_color' => esc_html__( 'Section full (text)', 'lsx-customizer' ), |
||
|
0 ignored issues
–
show
|
|||
| 79 | 'body_section_full_link_color' => esc_html__( 'Section full (link)', 'lsx-customizer' ), |
||
|
0 ignored issues
–
show
|
|||
| 80 | 'body_section_full_link_hover_color' => esc_html__( 'Section full (link hover)', 'lsx-customizer' ), |
||
|
0 ignored issues
–
show
|
|||
| 81 | 'body_section_full_cta_background_color' => esc_html__( 'Section full CTA (background)', 'lsx-customizer' ), |
||
|
0 ignored issues
–
show
|
|||
| 82 | 'body_section_full_cta_text_color' => esc_html__( 'Section full CTA (text)', 'lsx-customizer' ), |
||
|
0 ignored issues
–
show
|
|||
| 83 | 'body_section_full_cta_link_color' => esc_html__( 'Section full CTA (link)', 'lsx-customizer' ), |
||
|
0 ignored issues
–
show
|
|||
| 84 | 'body_section_full_cta_link_hover_color' => esc_html__( 'Section full CTA (link hover)', 'lsx-customizer' ), |
||
|
0 ignored issues
–
show
|
|||
| 85 | |||
| 86 | 'footer_cta_background_color' => esc_html__( 'Background', 'lsx-customizer' ), |
||
|
0 ignored issues
–
show
|
|||
| 87 | 'footer_cta_text_color' => esc_html__( 'Text', 'lsx-customizer' ), |
||
|
0 ignored issues
–
show
|
|||
| 88 | 'footer_cta_link_color' => esc_html__( 'Link', 'lsx-customizer' ), |
||
|
0 ignored issues
–
show
|
|||
| 89 | 'footer_cta_link_hover_color' => esc_html__( 'Link (hover)', 'lsx-customizer' ), |
||
|
0 ignored issues
–
show
|
|||
| 90 | |||
| 91 | 'footer_widgets_background_color' => esc_html__( 'Background', 'lsx-customizer' ), |
||
|
0 ignored issues
–
show
|
|||
| 92 | 'footer_widgets_text_color' => esc_html__( 'Text', 'lsx-customizer' ), |
||
|
0 ignored issues
–
show
|
|||
| 93 | 'footer_widgets_link_color' => esc_html__( 'Link', 'lsx-customizer' ), |
||
|
0 ignored issues
–
show
|
|||
| 94 | 'footer_widgets_link_hover_color' => esc_html__( 'Link (hover)', 'lsx-customizer' ), |
||
|
0 ignored issues
–
show
|
|||
| 95 | |||
| 96 | 'footer_background_color' => esc_html__( 'Background', 'lsx-customizer' ), |
||
|
0 ignored issues
–
show
|
|||
| 97 | 'footer_text_color' => esc_html__( 'Text', 'lsx-customizer' ), |
||
|
0 ignored issues
–
show
|
|||
| 98 | 'footer_link_color' => esc_html__( 'Link', 'lsx-customizer' ), |
||
|
0 ignored issues
–
show
|
|||
| 99 | 'footer_link_hover_color' => esc_html__( 'Link (hover)', 'lsx-customizer' ), |
||
|
0 ignored issues
–
show
|
|||
| 100 | ) ); |
||
| 101 | |||
| 102 | $customizer_colour_choices = apply_filters( 'lsx_customizer_colour_choices', array( |
||
| 103 | 'default' => array( |
||
| 104 | 'label' => __( 'Default', 'lsx-customizer' ), |
||
| 105 | 'colors' => apply_filters( 'lsx_customizer_colour_choices_default', array( |
||
| 106 | 'button_background_color' => '#418AD0', |
||
|
0 ignored issues
–
show
|
|||
| 107 | 'button_background_hover_color' => '#367DC0', |
||
|
0 ignored issues
–
show
|
|||
| 108 | 'button_text_color' => '#FFFFFF', |
||
|
0 ignored issues
–
show
|
|||
| 109 | 'button_text_color_hover' => '#FFFFFF', |
||
|
0 ignored issues
–
show
|
|||
| 110 | 'button_shadow' => '#27639E', |
||
|
0 ignored issues
–
show
|
|||
| 111 | |||
| 112 | 'button_cta_background_color' => '#F7AE00', |
||
|
0 ignored issues
–
show
|
|||
| 113 | 'button_cta_background_hover_color' => '#EDA700', |
||
|
0 ignored issues
–
show
|
|||
| 114 | 'button_cta_text_color' => '#FFFFFF', |
||
|
0 ignored issues
–
show
|
|||
| 115 | 'button_cta_text_color_hover' => '#FFFFFF', |
||
|
0 ignored issues
–
show
|
|||
| 116 | 'button_cta_shadow' => '#AB7800', |
||
|
0 ignored issues
–
show
|
|||
| 117 | |||
| 118 | 'button_secondary_background_color' => '#EAEAEA', |
||
|
0 ignored issues
–
show
|
|||
| 119 | 'button_secondary_background_hover_color' => '#CCCCCC', |
||
|
0 ignored issues
–
show
|
|||
| 120 | 'button_secondary_text_color' => '#4A4A4A', |
||
|
0 ignored issues
–
show
|
|||
| 121 | 'button_secondary_text_color_hover' => '#4A4A4A', |
||
|
0 ignored issues
–
show
|
|||
| 122 | 'button_secondary_shadow' => '#C4C4C4', |
||
|
0 ignored issues
–
show
|
|||
| 123 | |||
| 124 | 'button_tertiary_background_color' => '#6BA913', |
||
|
0 ignored issues
–
show
|
|||
| 125 | 'button_tertiary_background_hover_color' => '#649E12', |
||
|
0 ignored issues
–
show
|
|||
| 126 | 'button_tertiary_text_color' => '#FFFFFF', |
||
|
0 ignored issues
–
show
|
|||
| 127 | 'button_tertiary_text_color_hover' => '#FFFFFF', |
||
|
0 ignored issues
–
show
|
|||
| 128 | 'button_tertiary_shadow' => '#3F640B', |
||
|
0 ignored issues
–
show
|
|||
| 129 | |||
| 130 | 'top_menu_background_color' => '#333333', |
||
|
0 ignored issues
–
show
|
|||
| 131 | 'top_menu_link_color' => '#FFFFFF', |
||
|
0 ignored issues
–
show
|
|||
| 132 | 'top_menu_link_hover_color' => '#D93A3A', |
||
|
0 ignored issues
–
show
|
|||
| 133 | 'top_menu_icon_color' => '#D93A3A', |
||
|
0 ignored issues
–
show
|
|||
| 134 | 'top_menu_icon_hover_color' => '#D93A3A', |
||
|
0 ignored issues
–
show
|
|||
| 135 | 'top_menu_dropdown_color' => '#333333', |
||
|
0 ignored issues
–
show
|
|||
| 136 | 'top_menu_dropdown_hover_color' => '#333333', |
||
|
0 ignored issues
–
show
|
|||
| 137 | 'top_menu_dropdown_link_color' => '#FFFFFF', |
||
|
0 ignored issues
–
show
|
|||
| 138 | 'top_menu_dropdown_link_hover_color' => '#D93A3A', |
||
|
0 ignored issues
–
show
|
|||
| 139 | |||
| 140 | 'header_background_color' => '#FFFFFF', |
||
|
0 ignored issues
–
show
|
|||
| 141 | 'header_link_color' => '#D84E2E', |
||
|
0 ignored issues
–
show
|
|||
| 142 | 'header_link_hover_color' => '#F7AE00', |
||
|
0 ignored issues
–
show
|
|||
| 143 | 'header_description_color' => '#434343', |
||
|
0 ignored issues
–
show
|
|||
| 144 | |||
| 145 | 'main_menu_background_color' => '#FFFFFF', |
||
| 146 | 'main_menu_link_color' => '#515151', |
||
| 147 | 'main_menu_link_hover_color' => '#418AD0', |
||
| 148 | 'main_menu_dropdown_background_color' => '#374750', |
||
| 149 | 'main_menu_dropdown_background_hover_color' => '#2B3840', |
||
| 150 | 'main_menu_dropdown_link_color' => '#FFFFFF', |
||
| 151 | 'main_menu_dropdown_link_hover_color' => '#418AD0', |
||
| 152 | |||
| 153 | 'banner_background_color' => '#2B3840', |
||
|
0 ignored issues
–
show
|
|||
| 154 | 'banner_text_color' => '#FFFFFF', |
||
|
0 ignored issues
–
show
|
|||
| 155 | 'banner_text_image_color' => '#FFFFFF', |
||
|
0 ignored issues
–
show
|
|||
| 156 | 'banner_breadcrumb_background_color' => '#374750', |
||
|
0 ignored issues
–
show
|
|||
| 157 | 'banner_breadcrumb_text_color' => '#919191', |
||
|
0 ignored issues
–
show
|
|||
| 158 | 'banner_breadcrumb_text_selected_color' => '#FFFFFF', |
||
|
0 ignored issues
–
show
|
|||
| 159 | |||
| 160 | 'background_color' => '#F6F6F6', |
||
|
0 ignored issues
–
show
|
|||
| 161 | 'body_line_color' => '#DADDDF', |
||
|
0 ignored issues
–
show
|
|||
| 162 | 'body_text_heading_color' => '#4A4A4A', |
||
|
0 ignored issues
–
show
|
|||
| 163 | 'body_text_small_color' => '#919191', |
||
|
0 ignored issues
–
show
|
|||
| 164 | 'body_text_color' => '#4A4A4A', |
||
|
0 ignored issues
–
show
|
|||
| 165 | 'body_link_color' => '#418AD0', |
||
|
0 ignored issues
–
show
|
|||
| 166 | 'body_link_hover_color' => '#F7AE00', |
||
|
0 ignored issues
–
show
|
|||
| 167 | 'body_section_full_background_color' => '#FFFFFF', |
||
|
0 ignored issues
–
show
|
|||
| 168 | 'body_section_full_text_color' => '#4A4A4A', |
||
|
0 ignored issues
–
show
|
|||
| 169 | 'body_section_full_link_color' => '#418AD0', |
||
|
0 ignored issues
–
show
|
|||
| 170 | 'body_section_full_link_hover_color' => '#F7AE00', |
||
|
0 ignored issues
–
show
|
|||
| 171 | 'body_section_full_cta_background_color' => '#418AD0', |
||
|
0 ignored issues
–
show
|
|||
| 172 | 'body_section_full_cta_text_color' => '#FFFFFF', |
||
|
0 ignored issues
–
show
|
|||
| 173 | 'body_section_full_cta_link_color' => '#374750', |
||
|
0 ignored issues
–
show
|
|||
| 174 | 'body_section_full_cta_link_hover_color' => '#F7AE00', |
||
|
0 ignored issues
–
show
|
|||
| 175 | |||
| 176 | 'footer_cta_background_color' => '#2B3840', |
||
|
0 ignored issues
–
show
|
|||
| 177 | 'footer_cta_text_color' => '#FFFFFF', |
||
|
0 ignored issues
–
show
|
|||
| 178 | 'footer_cta_link_color' => '#418AD0', |
||
|
0 ignored issues
–
show
|
|||
| 179 | 'footer_cta_link_hover_color' => '#367DC0', |
||
|
0 ignored issues
–
show
|
|||
| 180 | |||
| 181 | 'footer_widgets_background_color' => '#374750', |
||
|
0 ignored issues
–
show
|
|||
| 182 | 'footer_widgets_text_color' => '#FFFFFF', |
||
|
0 ignored issues
–
show
|
|||
| 183 | 'footer_widgets_link_color' => '#FFFFFF', |
||
|
0 ignored issues
–
show
|
|||
| 184 | 'footer_widgets_link_hover_color' => '#F7AE00', |
||
|
0 ignored issues
–
show
|
|||
| 185 | |||
| 186 | 'footer_background_color' => '#2B3840', |
||
|
0 ignored issues
–
show
|
|||
| 187 | 'footer_text_color' => '#ffffff', |
||
|
0 ignored issues
–
show
|
|||
| 188 | 'footer_link_color' => '#F7AE00', |
||
|
0 ignored issues
–
show
|
|||
| 189 | 'footer_link_hover_color' => '#CE9100', |
||
|
0 ignored issues
–
show
|
|||
| 190 | ) ), |
||
| 191 | ), |
||
| 192 | // 'red' => array( |
||
| 193 | // 'label' => __( 'Red', 'lsx-customizer' ), |
||
| 194 | // 'colors' => apply_filters( 'lsx_customizer_colour_choices_red', array( |
||
| 195 | // 'button_background_color' => '#b64d3f', |
||
| 196 | // 'button_background_hover_color' => '#87291c', |
||
| 197 | // 'button_text_color' => '#ffffff', |
||
| 198 | // 'button_text_color_hover' => '#ffffff', |
||
| 199 | // 'button_shadow' => '#87291c', |
||
| 200 | |||
| 201 | // 'button_cta_background_color' => '#f7941d', |
||
| 202 | // 'button_cta_background_hover_color' => '#f7741d', |
||
| 203 | // 'button_cta_text_color' => '#ffffff', |
||
| 204 | // 'button_cta_text_color_hover' => '#ffffff', |
||
| 205 | // 'button_cta_shadow' => '#f7741d', |
||
| 206 | |||
| 207 | // 'button_secondary_background_color' => '#EAEAEA', |
||
| 208 | // 'button_secondary_background_hover_color' => '#CCCCCC', |
||
| 209 | // 'button_secondary_text_color' => '#4A4A4A', |
||
| 210 | // 'button_secondary_text_color_hover' => '#4A4A4A', |
||
| 211 | // 'button_secondary_shadow' => '#C4C4C4', |
||
| 212 | |||
| 213 | // 'button_tertiary_background_color' => '#6BA913', |
||
| 214 | // 'button_tertiary_background_hover_color' => '#649E12', |
||
| 215 | // 'button_tertiary_text_color' => '#FFFFFF', |
||
| 216 | // 'button_tertiary_text_color_hover' => '#FFFFFF', |
||
| 217 | // 'button_tertiary_shadow' => '#3F640B', |
||
| 218 | |||
| 219 | // 'top_menu_background_color' => '#333333', |
||
| 220 | // 'top_menu_link_color' => '#ffffff', |
||
| 221 | // 'top_menu_link_hover_color' => '#eaa520', |
||
| 222 | // 'top_menu_icon_color' => '#eaa520', |
||
| 223 | // 'top_menu_icon_hover_color' => '#ffffff', |
||
| 224 | // 'top_menu_dropdown_color' => '#333333', |
||
| 225 | // 'top_menu_dropdown_hover_color' => '#444444', |
||
| 226 | // 'top_menu_dropdown_link_color' => '#ffffff', |
||
| 227 | // 'top_menu_dropdown_link_hover_color' => '#eaa520', |
||
| 228 | |||
| 229 | // 'header_background_color' => '#ffffff', |
||
| 230 | // 'header_link_color' => '#b64d3f', |
||
| 231 | // 'header_link_hover_color' => '#87291c', |
||
| 232 | // 'header_description_color' => '#555555', |
||
| 233 | |||
| 234 | // 'main_menu_background_color' => '#ffffff', |
||
| 235 | // 'main_menu_link_color' => '#555555', |
||
| 236 | // 'main_menu_link_hover_color' => '#ffffff', |
||
| 237 | // 'main_menu_dropdown_background_color' => '#b64d3f', |
||
| 238 | // 'main_menu_dropdown_background_hover_color' => '#b64d3f', |
||
| 239 | // 'main_menu_dropdown_link_color' => '#ffffff', |
||
| 240 | // 'main_menu_dropdown_link_hover_color' => '#dddddd', |
||
| 241 | |||
| 242 | // 'banner_background_color' => '#87291c', |
||
| 243 | // 'banner_text_color' => '#ffffff', |
||
| 244 | // 'banner_text_image_color' => '#ffffff', |
||
| 245 | // 'banner_breadcrumb_background_color' => '#374750', |
||
| 246 | // 'banner_breadcrumb_text_color' => '#919191', |
||
| 247 | // 'banner_breadcrumb_text_selected_color' => '#ffffff', |
||
| 248 | |||
| 249 | // 'background_color' => '#ffffff', |
||
| 250 | // 'body_line_color' => '#dddddd', |
||
| 251 | // 'body_text_heading_color' => '#333333', |
||
| 252 | // 'body_text_small_color' => '#919191', |
||
| 253 | // 'body_text_color' => '#333333', |
||
| 254 | // 'body_link_color' => '#b64d3f', |
||
| 255 | // 'body_link_hover_color' => '#87291c', |
||
| 256 | // 'body_section_full_background_color' => '#b64d3f', |
||
| 257 | // 'body_section_full_text_color' => '#ffffff', |
||
| 258 | // 'body_section_full_link_color' => '#eeeeee', |
||
| 259 | // 'body_section_full_link_hover_color' => '#dddddd', |
||
| 260 | // 'body_section_full_cta_background_color' => '#333333', |
||
| 261 | // 'body_section_full_cta_text_color' => '#ffffff', |
||
| 262 | // 'body_section_full_cta_link_color' => '#eeeeee', |
||
| 263 | // 'body_section_full_cta_link_hover_color' => '#dddddd', |
||
| 264 | |||
| 265 | // 'footer_cta_background_color' => '#b64d3f', |
||
| 266 | // 'footer_cta_text_color' => '#ffffff', |
||
| 267 | // 'footer_cta_link_color' => '#ffffff', |
||
| 268 | // 'footer_cta_link_hover_color' => '#eeeeee', |
||
| 269 | |||
| 270 | // 'footer_widgets_background_color' => '#333333', |
||
| 271 | // 'footer_widgets_text_color' => '#ffffff', |
||
| 272 | // 'footer_widgets_link_color' => '#b64d3f', |
||
| 273 | // 'footer_widgets_link_hover_color' => '#969696', |
||
| 274 | |||
| 275 | // 'footer_background_color' => '#232222', |
||
| 276 | // 'footer_text_color' => '#ffffff', |
||
| 277 | // 'footer_link_color' => '#b64d3f', |
||
| 278 | // 'footer_link_hover_color' => '#969696', |
||
| 279 | // ) ), |
||
| 280 | // ), |
||
| 281 | // 'orange' => array( |
||
| 282 | // 'label' => __( 'Orange', 'lsx-customizer' ), |
||
| 283 | // 'colors' => apply_filters( 'lsx_customizer_colour_choices_orange', array( |
||
| 284 | // 'button_background_color' => '#fbaf3f', |
||
| 285 | // 'button_background_hover_color' => '#e49435', |
||
| 286 | // 'button_text_color' => '#260e03', |
||
| 287 | // 'button_text_color_hover' => '#260e03', |
||
| 288 | // 'button_shadow' => '#e49435', |
||
| 289 | |||
| 290 | // 'button_cta_background_color' => '#f7941d', |
||
| 291 | // 'button_cta_background_hover_color' => '#f7741d', |
||
| 292 | // 'button_cta_text_color' => '#ffffff', |
||
| 293 | // 'button_cta_text_color_hover' => '#ffffff', |
||
| 294 | // 'button_cta_shadow' => '#f7741d', |
||
| 295 | |||
| 296 | // 'button_secondary_background_color' => '#EAEAEA', |
||
| 297 | // 'button_secondary_background_hover_color' => '#CCCCCC', |
||
| 298 | // 'button_secondary_text_color' => '#4A4A4A', |
||
| 299 | // 'button_secondary_text_color_hover' => '#4A4A4A', |
||
| 300 | // 'button_secondary_shadow' => '#C4C4C4', |
||
| 301 | |||
| 302 | // 'button_tertiary_background_color' => '#6BA913', |
||
| 303 | // 'button_tertiary_background_hover_color' => '#649E12', |
||
| 304 | // 'button_tertiary_text_color' => '#FFFFFF', |
||
| 305 | // 'button_tertiary_text_color_hover' => '#FFFFFF', |
||
| 306 | // 'button_tertiary_shadow' => '#3F640B', |
||
| 307 | |||
| 308 | // 'top_menu_background_color' => '#333333', |
||
| 309 | // 'top_menu_link_color' => '#ffffff', |
||
| 310 | // 'top_menu_link_hover_color' => '#e4701e', |
||
| 311 | // 'top_menu_icon_color' => '#e4701e', |
||
| 312 | // 'top_menu_icon_hover_color' => '#ffffff', |
||
| 313 | // 'top_menu_dropdown_color' => '#333333', |
||
| 314 | // 'top_menu_dropdown_hover_color' => '#444444', |
||
| 315 | // 'top_menu_dropdown_link_color' => '#ffffff', |
||
| 316 | // 'top_menu_dropdown_link_hover_color' => '#e4701e', |
||
| 317 | |||
| 318 | // 'header_background_color' => '#ffffff', |
||
| 319 | // 'header_link_color' => '#e4701e', |
||
| 320 | // 'header_link_hover_color' => '#cc4800', |
||
| 321 | // 'header_description_color' => '#777777', |
||
| 322 | |||
| 323 | // 'main_menu_background_color' => '#ffffff', |
||
| 324 | // 'main_menu_link_color' => '#555555', |
||
| 325 | // 'main_menu_link_hover_color' => '#ffffff', |
||
| 326 | // 'main_menu_dropdown_background_color' => '#fbaf3f', |
||
| 327 | // 'main_menu_dropdown_background_hover_color' => '#fbaf3f', |
||
| 328 | // 'main_menu_dropdown_link_color' => '#ffffff', |
||
| 329 | // 'main_menu_dropdown_link_hover_color' => '#eeeeee', |
||
| 330 | |||
| 331 | // 'banner_background_color' => '#e49435', |
||
| 332 | // 'banner_text_color' => '#ffffff', |
||
| 333 | // 'banner_text_image_color' => '#ffffff', |
||
| 334 | // 'banner_breadcrumb_background_color' => '#374750', |
||
| 335 | // 'banner_breadcrumb_text_color' => '#919191', |
||
| 336 | // 'banner_breadcrumb_text_selected_color' => '#ffffff', |
||
| 337 | |||
| 338 | // 'background_color' => '#ffffff', |
||
| 339 | // 'body_line_color' => '#dddddd', |
||
| 340 | // 'body_text_heading_color' => '#333333', |
||
| 341 | // 'body_text_small_color' => '#919191', |
||
| 342 | // 'body_text_color' => '#333333', |
||
| 343 | // 'body_link_color' => '#e4701e', |
||
| 344 | // 'body_link_hover_color' => '#cc4800', |
||
| 345 | // 'body_section_full_background_color' => '#fbaf3f', |
||
| 346 | // 'body_section_full_text_color' => '#ffffff', |
||
| 347 | // 'body_section_full_link_color' => '#eeeeee', |
||
| 348 | // 'body_section_full_link_hover_color' => '#dddddd', |
||
| 349 | // 'body_section_full_cta_background_color' => '#333333', |
||
| 350 | // 'body_section_full_cta_text_color' => '#ffffff', |
||
| 351 | // 'body_section_full_cta_link_color' => '#eeeeee', |
||
| 352 | // 'body_section_full_cta_link_hover_color' => '#dddddd', |
||
| 353 | |||
| 354 | // 'footer_cta_background_color' => '#fbaf3f', |
||
| 355 | // 'footer_cta_text_color' => '#555555', |
||
| 356 | // 'footer_cta_link_color' => '#e4701e', |
||
| 357 | // 'footer_cta_link_hover_color' => '#969696', |
||
| 358 | |||
| 359 | // 'footer_widgets_background_color' => '#333333', |
||
| 360 | // 'footer_widgets_text_color' => '#ffffff', |
||
| 361 | // 'footer_widgets_link_color' => '#e4701e', |
||
| 362 | // 'footer_widgets_link_hover_color' => '#969696', |
||
| 363 | |||
| 364 | // 'footer_background_color' => '#232222', |
||
| 365 | // 'footer_text_color' => '#ffffff', |
||
| 366 | // 'footer_link_color' => '#e4701e', |
||
| 367 | // 'footer_link_hover_color' => '#969696', |
||
| 368 | // ) ), |
||
| 369 | // ), |
||
| 370 | // 'green' => array( |
||
| 371 | // 'label' => __( 'Green', 'lsx-customizer' ), |
||
| 372 | // 'colors' => apply_filters( 'lsx_customizer_colour_choices_green', array( |
||
| 373 | // 'button_background_color' => '#596b46', |
||
| 374 | // 'button_background_hover_color' => '#3d4a30', |
||
| 375 | // 'button_text_color' => '#ffffff', |
||
| 376 | // 'button_text_color_hover' => '#ffffff', |
||
| 377 | // 'button_shadow' => '#3d4a30', |
||
| 378 | |||
| 379 | // 'button_cta_background_color' => '#f7941d', |
||
| 380 | // 'button_cta_background_hover_color' => '#f7741d', |
||
| 381 | // 'button_cta_text_color' => '#ffffff', |
||
| 382 | // 'button_cta_text_color_hover' => '#ffffff', |
||
| 383 | // 'button_cta_shadow' => '#f7741d', |
||
| 384 | |||
| 385 | // 'button_secondary_background_color' => '#EAEAEA', |
||
| 386 | // 'button_secondary_background_hover_color' => '#CCCCCC', |
||
| 387 | // 'button_secondary_text_color' => '#4A4A4A', |
||
| 388 | // 'button_secondary_text_color_hover' => '#4A4A4A', |
||
| 389 | // 'button_secondary_shadow' => '#C4C4C4', |
||
| 390 | |||
| 391 | // 'button_tertiary_background_color' => '#6BA913', |
||
| 392 | // 'button_tertiary_background_hover_color' => '#649E12', |
||
| 393 | // 'button_tertiary_text_color' => '#FFFFFF', |
||
| 394 | // 'button_tertiary_text_color_hover' => '#FFFFFF', |
||
| 395 | // 'button_tertiary_shadow' => '#3F640B', |
||
| 396 | |||
| 397 | // 'top_menu_background_color' => '#333333', |
||
| 398 | // 'top_menu_link_color' => '#ffffff', |
||
| 399 | // 'top_menu_link_hover_color' => '#a5a370', |
||
| 400 | // 'top_menu_icon_color' => '#a5a370', |
||
| 401 | // 'top_menu_icon_hover_color' => '#ffffff', |
||
| 402 | // 'top_menu_dropdown_color' => '#333333', |
||
| 403 | // 'top_menu_dropdown_hover_color' => '#444444', |
||
| 404 | // 'top_menu_dropdown_link_color' => '#ffffff', |
||
| 405 | // 'top_menu_dropdown_link_hover_color' => '#a5a370', |
||
| 406 | |||
| 407 | // 'header_background_color' => '#ffffff', |
||
| 408 | // 'header_link_color' => '#596b46', |
||
| 409 | // 'header_link_hover_color' => '#3d4a30', |
||
| 410 | // 'header_description_color' => '#777777', |
||
| 411 | |||
| 412 | // 'main_menu_background_color' => '#ffffff', |
||
| 413 | // 'main_menu_link_color' => '#555555', |
||
| 414 | // 'main_menu_link_hover_color' => '#ffffff', |
||
| 415 | // 'main_menu_dropdown_background_color' => '#596b46', |
||
| 416 | // 'main_menu_dropdown_background_hover_color' => '#596b46', |
||
| 417 | // 'main_menu_dropdown_link_color' => '#ffffff', |
||
| 418 | // 'main_menu_dropdown_link_hover_color' => '#eeeeee', |
||
| 419 | |||
| 420 | // 'banner_background_color' => '#3d4a30', |
||
| 421 | // 'banner_text_color' => '#ffffff', |
||
| 422 | // 'banner_text_image_color' => '#ffffff', |
||
| 423 | // 'banner_breadcrumb_background_color' => '#374750', |
||
| 424 | // 'banner_breadcrumb_text_color' => '#919191', |
||
| 425 | // 'banner_breadcrumb_text_selected_color' => '#ffffff', |
||
| 426 | |||
| 427 | // 'background_color' => '#ffffff', |
||
| 428 | // 'body_line_color' => '#dddddd', |
||
| 429 | // 'body_text_heading_color' => '#333333', |
||
| 430 | // 'body_text_small_color' => '#919191', |
||
| 431 | // 'body_text_color' => '#333333', |
||
| 432 | // 'body_link_color' => '#596b46', |
||
| 433 | // 'body_link_hover_color' => '#3d4a30', |
||
| 434 | // 'body_section_full_background_color' => '#596b46', |
||
| 435 | // 'body_section_full_text_color' => '#ffffff', |
||
| 436 | // 'body_section_full_link_color' => '#eeeeee', |
||
| 437 | // 'body_section_full_link_hover_color' => '#dddddd', |
||
| 438 | // 'body_section_full_cta_background_color' => '#333333', |
||
| 439 | // 'body_section_full_cta_text_color' => '#ffffff', |
||
| 440 | // 'body_section_full_cta_link_color' => '#eeeeee', |
||
| 441 | // 'body_section_full_cta_link_hover_color' => '#dddddd', |
||
| 442 | |||
| 443 | // 'footer_cta_background_color' => '#596b46', |
||
| 444 | // 'footer_cta_text_color' => '#ffffff', |
||
| 445 | // 'footer_cta_link_color' => '#596b46', |
||
| 446 | // 'footer_cta_link_hover_color' => '#969696', |
||
| 447 | |||
| 448 | // 'footer_widgets_background_color' => '#333333', |
||
| 449 | // 'footer_widgets_text_color' => '#ffffff', |
||
| 450 | // 'footer_widgets_link_color' => '#596b46', |
||
| 451 | // 'footer_widgets_link_hover_color' => '#969696', |
||
| 452 | |||
| 453 | // 'footer_background_color' => '#232222', |
||
| 454 | // 'footer_text_color' => '#ffffff', |
||
| 455 | // 'footer_link_color' => '#596b46', |
||
| 456 | // 'footer_link_hover_color' => '#969696', |
||
| 457 | // ) ), |
||
| 458 | // ), |
||
| 459 | // 'brown' => array( |
||
| 460 | // 'label' => __( 'Brown', 'lsx-customizer' ), |
||
| 461 | // 'colors' => apply_filters( 'lsx_customizer_colour_choices_brown', array( |
||
| 462 | // 'button_background_color' => '#8c6a45', |
||
| 463 | // 'button_background_hover_color' => '#5b452e', |
||
| 464 | // 'button_text_color' => '#ffffff', |
||
| 465 | // 'button_text_color_hover' => '#ffffff', |
||
| 466 | // 'button_shadow' => '#5b452e', |
||
| 467 | |||
| 468 | // 'button_cta_background_color' => '#f7941d', |
||
| 469 | // 'button_cta_background_hover_color' => '#f7741d', |
||
| 470 | // 'button_cta_text_color' => '#ffffff', |
||
| 471 | // 'button_cta_text_color_hover' => '#ffffff', |
||
| 472 | // 'button_cta_shadow' => '#f7741d', |
||
| 473 | |||
| 474 | // 'button_secondary_background_color' => '#EAEAEA', |
||
| 475 | // 'button_secondary_background_hover_color' => '#CCCCCC', |
||
| 476 | // 'button_secondary_text_color' => '#4A4A4A', |
||
| 477 | // 'button_secondary_text_color_hover' => '#4A4A4A', |
||
| 478 | // 'button_secondary_shadow' => '#C4C4C4', |
||
| 479 | |||
| 480 | // 'button_tertiary_background_color' => '#6BA913', |
||
| 481 | // 'button_tertiary_background_hover_color' => '#649E12', |
||
| 482 | // 'button_tertiary_text_color' => '#FFFFFF', |
||
| 483 | // 'button_tertiary_text_color_hover' => '#FFFFFF', |
||
| 484 | // 'button_tertiary_shadow' => '#3F640B', |
||
| 485 | |||
| 486 | // 'top_menu_background_color' => '#333333', |
||
| 487 | // 'top_menu_link_color' => '#ffffff', |
||
| 488 | // 'top_menu_link_hover_color' => '#dfad55', |
||
| 489 | // 'top_menu_icon_color' => '#dfad55', |
||
| 490 | // 'top_menu_icon_hover_color' => '#ffffff', |
||
| 491 | // 'top_menu_dropdown_color' => '#333333', |
||
| 492 | // 'top_menu_dropdown_hover_color' => '#444444', |
||
| 493 | // 'top_menu_dropdown_link_color' => '#ffffff', |
||
| 494 | // 'top_menu_dropdown_link_hover_color' => '#dfad55', |
||
| 495 | |||
| 496 | // 'header_background_color' => '#ffffff', |
||
| 497 | // 'header_link_color' => '#8c6a45', |
||
| 498 | // 'header_link_hover_color' => '#5b452e', |
||
| 499 | // 'header_description_color' => '#777777', |
||
| 500 | |||
| 501 | // 'main_menu_background_color' => '#ffffff', |
||
| 502 | // 'main_menu_link_color' => '#555555', |
||
| 503 | // 'main_menu_link_hover_color' => '#ffffff', |
||
| 504 | // 'main_menu_dropdown_background_color' => '#8c6a45', |
||
| 505 | // 'main_menu_dropdown_background_hover_color' => '#8c6a45', |
||
| 506 | // 'main_menu_dropdown_link_color' => '#ffffff', |
||
| 507 | // 'main_menu_dropdown_link_hover_color' => '#eeeeee', |
||
| 508 | |||
| 509 | // 'banner_background_color' => '#5b452e', |
||
| 510 | // 'banner_text_color' => '#ffffff', |
||
| 511 | // 'banner_text_image_color' => '#ffffff', |
||
| 512 | // 'banner_breadcrumb_background_color' => '#374750', |
||
| 513 | // 'banner_breadcrumb_text_color' => '#919191', |
||
| 514 | // 'banner_breadcrumb_text_selected_color' => '#ffffff', |
||
| 515 | |||
| 516 | // 'background_color' => '#ffffff', |
||
| 517 | // 'body_line_color' => '#dddddd', |
||
| 518 | // 'body_text_heading_color' => '#333333', |
||
| 519 | // 'body_text_small_color' => '#919191', |
||
| 520 | // 'body_text_color' => '#333333', |
||
| 521 | // 'body_link_color' => '#8c6a45', |
||
| 522 | // 'body_link_hover_color' => '#5b452e', |
||
| 523 | // 'body_section_full_background_color' => '#8c6a45', |
||
| 524 | // 'body_section_full_text_color' => '#ffffff', |
||
| 525 | // 'body_section_full_link_color' => '#eeeeee', |
||
| 526 | // 'body_section_full_link_hover_color' => '#dddddd', |
||
| 527 | // 'body_section_full_cta_background_color' => '#333333', |
||
| 528 | // 'body_section_full_cta_text_color' => '#ffffff', |
||
| 529 | // 'body_section_full_cta_link_color' => '#eeeeee', |
||
| 530 | // 'body_section_full_cta_link_hover_color' => '#dddddd', |
||
| 531 | |||
| 532 | // 'footer_cta_background_color' => '#8c6a45', |
||
| 533 | // 'footer_cta_text_color' => '#ffffff', |
||
| 534 | // 'footer_cta_link_color' => '#8c6a45', |
||
| 535 | // 'footer_cta_link_hover_color' => '#969696', |
||
| 536 | |||
| 537 | // 'footer_widgets_background_color' => '#333333', |
||
| 538 | // 'footer_widgets_text_color' => '#ffffff', |
||
| 539 | // 'footer_widgets_link_color' => '#8c6a45', |
||
| 540 | // 'footer_widgets_link_hover_color' => '#969696', |
||
| 541 | |||
| 542 | // 'footer_background_color' => '#232222', |
||
| 543 | // 'footer_text_color' => '#ffffff', |
||
| 544 | // 'footer_link_color' => '#8c6a45', |
||
| 545 | // 'footer_link_hover_color' => '#969696', |
||
| 546 | // ) ), |
||
| 547 | // ), |
||
| 548 | ) ); |
||
| 549 |