Whilst I realise add-on support is provider specific, some setting in PRO seems to be overriding a custom css line I need to add to change the text colour of my forms’ field header. I wonder if there’s any way to discover which setting is taking precedent and how to override it?
I’ve tried all three wpform styling option; no styling, base styling and base and form theme styling, none makes any difference whatever to the text field header colour, despite adding various forms of the following to the page custom css or to global css;
.wpforms-container-full .wpforms-form .wpforms-field-label {
font: #f7f8ca
}
I’d also like to switch out the background colour of the fields themselves from white to the above colour too but am wondering what I’m doing wrong. Is the above css complete?
Site is still in production and not live yet.
TIA
