Comments 11Eshen started the conversationMay 19, 2020 at 5:51pmHi, I'm wondering how can I change the color of the menu hover effect?and I need help with the text color of submit button. I don't want it in white but find no place to correct it... Thanks. 1,558Laborator repliedMay 20, 2020 at 1:11pmHi Eshen,Go to Custom CSS and replace the #f7c016 for the menu and contact submit button: /* Menu: Hover Style */ .main-header.menu-type-standard-menu .standard-menu-container.menu-skin-dark div.menu>ul>li>a:hover span, .main-header.menu-type-standard-menu .standard-menu-container.menu-skin-dark ul.menu>li>a:hover span { background: #f7c016; } /* Menu: Active menu style */ li.current-menu-item a span { background: #f7c016; } /* Contact: Submit button color */ .contact-form .button { background: #f7c016 !important; } Best regards,Laborator Team Documentation Join Kalium Users Group1 Like 11Eshen repliedMay 22, 2020 at 2:36amWorks great. Thank you. Sign in to reply ...
Hi, I'm wondering how can I change the color of the menu hover effect?
and I need help with the text color of submit button. I don't want it in white but find no place to correct it... Thanks.
Hi Eshen,
Go to Custom CSS and replace the #f7c016 for the menu and contact submit button:
Best regards,
Laborator Team
Works great. Thank you.