Help editing Theme

User 2693187 Photo


Registered User
167 posts

Hey guys,

Need some help editing the Theme CSS after export.

I need to make the fields green and the text inside the field white, but going through the CSS having trouble picking up any ideas?

See screen cap below
Attachments:
User 187934 Photo


Senior Advisor
20,181 posts

It's easier to see the actual page so we know the css is set properly. Can you share a link?
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 2693187 Photo


Registered User
167 posts

Ah it's just the standard CSS that Web Form Builder pumps out at any time,

I haven't set up the proper one (just been doing a test form- but just can't work out at what point you could change the colours for these two things..

-A.
User 187934 Photo


Senior Advisor
20,181 posts

Ok, Try this
#docContainer .fb-regex {
color:#FFFFFF !important;
background-color:#6BBD1B;
padding: 3px 2px;
font-weight:bold;
font-size:large;
}


Change the .fb-regex to the class of your input.
If you don't want to apply this to all the inputs with that class add a .custom to the code above then add a custom class to the inputs that you want changed.
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.