Search box background color

Hello.
I’m having an issue I’d love some help with.
I have an email opt in on my website from active campaign and it does not allow me to change the input text color or BG color when people put in their name and email. Even if I could change the text color to white it would be fine.

Any idea how I can change this via my X theme?

Thanks, you can find the page here:
https://ecollar101.com/book/

Hi There,

Thank you for writing in, its the dark background that is coming from the theme styling, the black text color is coming from the form (plugin) itself.

To change the fields background color, please add this to Theme Options > CSS

select,
textarea,
input,
.uneditable-input {
	background-color: #fff !important;
}

Hope it helps,
Cheers!

1 Like

Brilliant my good man, thank you!!!

It did work, thanks!

You’re welcome!
We’re glad @Friech were able to help you out.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.