Brilliant thanks, that works.
Do you know how to change the color of the placeholder text?
I tried this, but it didn’t work:
#yikes-mailchimp-container-2 input[type=”text”] {
color: #012EFE;
}
I’m applying the custom css to a child theme css stylesheet using a text editor.
Its not caching, it still on my local computer.
This works
color: #757575;
This doesn’t
background-color: transparent;
thanks for your help.
But it still doesn’t work.
I don’t think the class is
.main-menu > li:hover > a
but I can’t seem to find it.