Thanks for your feedback.
You can change the color of the menu from the admin panel by editing the site header (you can check the video link for reference). To change the hover color and underlying color, please add the following rules to the style.css file.
If you are unable to do this on your end, please provide us with the Admin details, FTP/cPanel access, and the colors for the menu, hover, and underlying elements through our support email- [email protected]. We will do it for you.
Video link :- https://fashionstorefree.shinedezign.pro/change_menu_color/header_changes.webm
Rules to be added in style.css
:has(header,footer) nav.wp-block-navigation ul li.wp-block-navigation-item a:hover, :has(header,footer) nav.wp-block-navigation ul li.wp-block-navigation-item a:hover span {
color: #ff0000; /*change hover color here*/
}
:has(header,footer) nav li.wp-block-navigation-item>a:before {
background: #ff0000; /*change underline color here*/
}