Change initial background-color on form

User 124473 Photo


Registered User
9 posts

When the page that the form opens, the background of the form appears first, before the script loads. By default, the bg color is white.

Does anyone know which file (and at what line) the css is located? The opening white bg clashes with the color of the page.

Thanks.

Michael
User 187934 Photo


Senior Advisor
20,193 posts

I would think it's in the
theme/default/css/default.css

I think it's the part in bold. I didn't test. About line 114

#docContainer {
margin: 40px auto;
padding:0px 0px 0px 0px;
width: 600px;
font-family: Helvetica, Arial, Sans-serif;
font-size:13px;
color: #333;
background-color: rgb(246,246,246);
border: 1px solid rgb(193,193,193);
-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.28);
-moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.28);
box-shadow: 0 0 10px 0 rgba(0,0,0,0.28);
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}
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 124473 Photo


Registered User
9 posts

Thanks Eric. It's weird, but it sort of worked...

When I click the form link (blue button, bottom left) on the home page (http://OrsayGroupe.com) and go into the form page , the white bg doesn't show ... But, when I refresh the form page, it does show.

Go figure....

Anyway, thanks again. Any other solutions are appreciated!

Michael
User 187934 Photo


Senior Advisor
20,193 posts

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 187934 Photo


Senior Advisor
20,193 posts

Looks like this needs to be changed also.

#docContainer {
background: none repeat scroll 0% 0% #FFFFFF;
border: 1px solid #969696;
box-shadow: 0pt 0pt 4px 0pt rgba(0, 0, 0, 0.28);
color: #000000;
font-family: 'helvetica',sans-serif;
font-size: 13px;
margin: 40px auto;
padding: 0px;
width: 600px;
}


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 124473 Photo


Registered User
9 posts

Thanks. I changed it.

However....

:(

No go....

How about the two css files in theme > blank > css?

Do they have any effect on the form?



User 187934 Photo


Senior Advisor
20,193 posts

There's probably another spot to change. Did you start with a transparent theme? I wish I could see what your seeing.;)
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.