Tagged: Buttons, CONTACT FORM
How can I change the button color on my contact form when using the Dark Transparent Form Color Scheme. I have “round-submit” Custom CSS Class that works under default, but not with the Dark Transparent. See the image link: https://imgur.com/j8btTq9.
Thanks in advance.
Hey advteksol,
Try to use this CSS code instead, just change the additional properties I’ve added.
#top .av-dark-form.round-submit .button {
background-color: black;
color: white;
}
Best regards,
Nikko
Great – that works! Thanks so much.
Hi,
Great, I’m glad that Nikko could help you out. I’ll close this thread for now then, please open a new thread if you should have any further questions or problems.
Best regards,
Rikard