Hello,
Navigate to Theme Settings > Typography > Advanced. In this area, you can assign elements to Main navigation links and change the color.
Please refer to our documentation https://xtemos.com/docs-topic/advanced-typography-settings/
To change the icons’ color, add this code to the Theme Settings > Custom CSS > Global:
.whb-main-header .wd-tools-element .wd-tools-icon {
color:#e60808 !important;
}
To change the mobile bottom navbar background color, add this code in Theme Settings > Custom CSS > Custom CSS for mobile.
div.wd-toolbar {
background-color: #fe0000 !important;
}
Best Regards,