Hi. I'm trying to change input background color in a login form inserted as a module in Mega menu but is impossible.
I've tried CSS custom slyles using !important and none overrides template (or whatever) colours.
Can anybody help me?
Form colours inside Megamenu
Hi
As I can see that the background is inheriting the style you put into custom css file of template:
#login-form input {
background-color: #FFF !important;
color: #000 !important;
}
Is that ok now?