Could you please help me to change the colors of the borders of the registration fields? at the moment are transparent… so the clients do not know where to write the content
It looks like the active “Car Wash” WordPress theme is setting those to white with its general styles right at the top of the stylesheet. You can add something like this later in the stylesheet to override it:
input{
border-color: #dfdfdf;
}
Viewing 1 reply thread
The support post ‘Change color of the fields borders’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.
Support forum for Event Espresso 3 and Event Espresso 4.