Hello,
To change menu color:
1. Navigate to Theme Settings > Typography > Advanced Typography
2. Create a new rule for the “Main Navigation Links” item.
3. Adjust the font settings as needed: https://ibb.co/h7NwMp5
For detailed instructions, please refer to the documentation: https://xtemos.com/docs/woodmart/advanced-typography-settings/
To change the Cart icon color, try to add the following custom css code in Theme Settings > Custom CSS.
.wd-header-cart.wd-tools-element {
--wd-header-el-color: #ffffff !important;
--wd-header-el-color-hover: rgb(0 0 0 / 80%);
}
Best Regards,