Zen Cart Logo
Forums / General Questions / Forms Black?

Forms Black?

Locked

Views: 1,148

Results 1 to 12 of 12
This thread is locked. New replies are disabled.
10 Aug 2009, 1:43 PM
#1
billyboy avatar

billyboy

New Zenner

Join Date:
May 2007
Posts:
55
Plugin Contributions:
0

Forms Black?

Is this something I may have done in the admin section? See attached image.

Thx

10 Aug 2009, 2:53 PM
#2
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: Forms Black?

No. We'll need to see your site to figure out how you did that.

10 Aug 2009, 3:21 PM
#3
billyboy avatar

billyboy

New Zenner

Join Date:
May 2007
Posts:
55
Plugin Contributions:
0

Re: Forms Black?

stevesh:

No. We'll need to see your site to figure out how you did that.

I turned the site on, if you could go here : http://beaututes.com/store/index.php?main_page=contact_us and see if the same happens for you and let me know,

Thx

10 Aug 2009, 3:31 PM
#4
ooba_scott avatar

ooba_scott

Zen Follower

Join Date:
Jul 2009
Posts:
218
Plugin Contributions:
0

Re: Forms Black?

This is because in your stylesheet.css the background colour of input:focus is set to black. See below

input:focus

{
background-color: #000000;
}

I Believe the default colour is usually #e4fef5

10 Aug 2009, 3:33 PM
#5
billyboy avatar

billyboy

New Zenner

Join Date:
May 2007
Posts:
55
Plugin Contributions:
0

Re: Forms Black?

Weird ... I have not even touched the stylesheet.

Can that be accessed in the admin section?

10 Aug 2009, 3:41 PM
#6
ooba_scott avatar

ooba_scott

Zen Follower

Join Date:
Jul 2009
Posts:
218
Plugin Contributions:
0

Re: Forms Black?

Nope, you will need to open up your ftp software and download the css file.

Make the changes then reupload it

10 Aug 2009, 3:49 PM
#7
billyboy avatar

billyboy

New Zenner

Join Date:
May 2007
Posts:
55
Plugin Contributions:
0

Re: Forms Black?

Ok, what folder is that located under?

Cheers

10 Aug 2009, 3:57 PM
#8
ooba_scott avatar

ooba_scott

Zen Follower

Join Date:
Jul 2009
Posts:
218
Plugin Contributions:
0

Re: Forms Black?

ummmm its in Includes - templates - YOUR TEMPLATE (think classic in your case) -** CSS - stylesheet.css**

10 Aug 2009, 4:14 PM
#9
billyboy avatar

billyboy

New Zenner

Join Date:
May 2007
Posts:
55
Plugin Contributions:
0

Re: Forms Black?

Thanks Scott, that fixed it!

10 Aug 2009, 4:28 PM
#10
afo avatar

afo

Totally Zenned

Join Date:
Aug 2004
Location:
New York City
Posts:
6,800
Plugin Contributions:
0

Re: Forms Black?

You should NOT be editing the files in the /classic folders. If you continue to do that, all your changes will be LOST with the next update/upgrade. Please see the Tutorials/FAQ for information about setting up your own custom template which will protect all the hard work you did making the changes.

13 Aug 2009, 3:34 PM
#11
billyboy avatar

billyboy

New Zenner

Join Date:
May 2007
Posts:
55
Plugin Contributions:
0

Re: Forms Black?

afo:

You should NOT be editing the files in the /classic folders. If you continue to do that, all your changes will be LOST with the next update/upgrade. Please see the Tutorials/FAQ for information about setting up your own custom template which will protect all the hard work you did making the changes.

Now you tell me:no:

13 Aug 2009, 5:58 PM
#12
creamcrackers avatar

creamcrackers

Zen Follower

Join Date:
May 2009
Posts:
228
Plugin Contributions:
1

Re: Forms Black?

Use Firebug and Inspect the page, CSS to see where thing like that are located.

If using windows locally then use Agent Ransack too - you can quickly search though all your includes to find where things are located!