Hi,
1, You can fix by open file helper.php in wp-content > claue > core > libraries > janstudio > hooks and change code on line 1224
if ( cs_get_option( 'transparent-main-menu-hover-color' ) ) {
$css[] = '
.home .header__transparent .jas-menu li > a:hover {
color: ' . esc_attr( cs_get_option( 'transparent-main-menu-hover-color' ) ) . ';
}
';
}
to
if ( cs_get_option( 'transparent-main-menu-hover-color' ) ) {
$css[] = '
.home .header__transparent .jas-menu li > a:hover {
color: ' . esc_attr( cs_get_option( 'transparent-main-menu-hover-color' ) ) . ';
}
.home .header-sticky .jas-menu > li > a,
.home .header-sticky .jas-action a {
color: ' . esc_attr( cs_get_option( 'sticky-main-menu-color' ) ) . ';
}
';
}
Or add below code to Dashboard > Claue > Theme Option > General Layout > Custom CSS
.home .header-sticky .jas-menu > li > a,
.home .header-sticky .jas-action a {
color: #222;
}
and change #222 with your color
2. Please add below code to Claue > Theme Option > Scheme Color and change primary color.
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio