Frontend: How do I change my font colors on websites with black or dark backgrounds?
Read below if you need help styling your form for websites with black backgrounds.
Below is the color to turn the titles of each input box to red, as an example, for the Email Quote form.
Add Custom CSS
Email Quote Form
Below is the color to turn the titles of each input box to red, as an example, for the Email Quote form.
.df-scc-euiModalBody .df-scc-euiFormRow__labelWrapper label span.trn {
color: red;
}
Total Bar Price
Updated on: 30/07/2024
Thank you!