Theme: Set default background color for sub menu.
This commit is contained in:
@@ -322,7 +322,7 @@ if ($domains_processed == 1) {
|
|||||||
$array[$x]['default_setting_category'] = 'theme';
|
$array[$x]['default_setting_category'] = 'theme';
|
||||||
$array[$x]['default_setting_subcategory'] = 'menu_sub_background_color';
|
$array[$x]['default_setting_subcategory'] = 'menu_sub_background_color';
|
||||||
$array[$x]['default_setting_name'] = 'text';
|
$array[$x]['default_setting_name'] = 'text';
|
||||||
$array[$x]['default_setting_value'] = '';
|
$array[$x]['default_setting_value'] = '#000000';
|
||||||
$array[$x]['default_setting_enabled'] = 'false';
|
$array[$x]['default_setting_enabled'] = 'false';
|
||||||
$array[$x]['default_setting_description'] = 'Set the background color (and opacity) of the sub menus.';
|
$array[$x]['default_setting_description'] = 'Set the background color (and opacity) of the sub menus.';
|
||||||
$x++;
|
$x++;
|
||||||
|
|||||||
Reference in New Issue
Block a user