Hi
Please could you help me update the menu colour for my site on both desktop and mobile versions.
The top is white and the menu text comes up in white so doesn’t show up.
I’d like the menu text to be in #209745.
If possible, I’d like it to be in #58585a when hovering. https://sportsprofessionalmortgages.com/
Thanks in advance.
Hi there
Can you disable coming soon page temporary?
i see only this:
Sports Professional Mortgages
Hi
I have removed the coming soon page for you.
Thanks
hey there
Please add this CSS in appearance - customize - additional CSS
#header .top-header .header-navigation ul li a {
color: #209745;
}
#header .top-header .header-navigation ul li a:hover {
color: #58585a;
}
Thanks!
Colorlib Support Team
Thanks - how do I change that for mobile?
And is there a way to make the mobile menu close automatically once a user has clicked on an area?
Thanks
Furthermore, my contact form won’t work when I include a recaptcha.
I would like to include that to stop spam.
I can enter all the info but the Send button then doesnt work.
Any idea how to make this work please?
Hi
So there’s no way to change the mobile menu colour?
This can’t be seen on a mobile as the background is white so there’s no option to change that?
The recaptcha works fine using another theme but not this one.
Hello
No, im said about this behavior “mobile menu close automatically once a user has clicked on an area?”
mobile menu color can be changed by this css code:
@media only screen and (max-width: 992px){
.open-responsive-menu .fa {
color: black;
}
}
Regarding captcha, please add this css and try again:
.wpcf7-form-control-wrap {
width: 27%;
}