Hi @[email protected],
Thank you for using Catch Kathmandu Pro.
Great color combinations there, I have to say.
The color scheme is fine in both desktop and mobile. You may have noticed it to be blue as the background color wont be seen in the mobile view and the menu bar in blue and also the promotion headline background. For promotion headline background color, you can go to “Dashboard=> Appearance=> Theme Options=> Color Options=> Homepage Headline Color Options” and select your desired color for “Background Color”. And for the mobile menu background, go to “Dashboard=> Appearance=> Theme Options=> Custom CSS” box and the following CSS:
.sb-holder, .sb-options{
background-color: #dd9933;
}
If you want to change the menu list background on hover, add the following CSS:
.sb-options a:hover{
background-color: #dd9944;
}
Note: Please change the background-color to your desired color’s hex value.
Regards,
Mahesh