diff --git a/includes/admin/settings/class-sp-settings-general.php b/includes/admin/settings/class-sp-settings-general.php index 56d28878..38940699 100644 --- a/includes/admin/settings/class-sp-settings-general.php +++ b/includes/admin/settings/class-sp-settings-general.php @@ -230,7 +230,7 @@ class SP_Settings_General extends SP_Settings_Page { 'link' => $link, ); - update_option( 'sportspress_frontend_css_colors', $colors ); + update_option( 'themeboy', $colors ); } } @@ -293,7 +293,7 @@ class SP_Settings_General extends SP_Settings_Page { 'Carbon' => array( '353535', '191919', 'ededed', 'ffffff', 'f67f17' ), 'Avocado' => array( '00241e', '013832', 'ffffff', 'ffffff', 'efb11e' ), ) ); - ?> + ?> @@ -319,7 +319,7 @@ class SP_Settings_General extends SP_Settings_Page {