add_section( 'colors_mobile_menu', array( 'title' => __( 'Mobile Menu', 'businessdex' ), 'panel' => 'colors_options', ) ); ////// Mobile Menu Colors businessdex_controller_info( 'colors_mobile_menu_info', 'colors_mobile_menu', __( 'Mobile Menu Colors', 'businessdex' ), __( '
This only appears in mobile view. To test this you will need to click on the tablet button.
', 'businessdex' ), '', 'bx-m-b' ); businessdex_controller_color_picker( 'colors_mobile_menu_background', 'colors_mobile_menu', esc_html__( 'Background color', 'businessdex' ), '', '#ffffff' ); businessdex_controller_color_picker( 'colors_mobile_menu_borders', 'colors_mobile_menu', esc_html__( 'Borders color', 'businessdex' ), '', '#e4e4e4' ); businessdex_controller_color_picker( 'colors_mobile_menu_text_links', 'colors_mobile_menu', esc_html__( 'Text and links', 'businessdex' ), '', '#232323' ); businessdex_controller_rgba_picker( 'colors_mobile_menu_submenu_bg', 'colors_mobile_menu', esc_html__( 'Submenu background color', 'businessdex' ), esc_html__( 'You should make this a transparent color, to keep the effect.', 'businessdex' ), 'rgba(0,0,0,0.03)' ); businessdex_controller_rgba_picker( 'colors_mobile_menu_arrow_btn', 'colors_mobile_menu', esc_html__( 'Arrow button background', 'businessdex' ), '', 'rgba(0,0,0,0.05)' ); businessdex_controller_rgba_picker( 'colors_mobile_menu_arrow_btn_opened', 'colors_mobile_menu', esc_html__( 'Arrow button background', 'businessdex' ), '', 'rgba(0,0,0,0.1)' ); businessdex_controller_color_picker( 'colors_mobile_menu_close', 'colors_mobile_menu', esc_html__( 'Close button', 'businessdex' ), '', '#76bc1c' );