New Zenner
- Join Date:
- May 2007
- Posts:
- 55
- Plugin Contributions:
- 0
Views: 1,148
New Zenner
Black Belt
No. We'll need to see your site to figure out how you did that.
New Zenner
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
Zen Follower
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
New Zenner
Weird ... I have not even touched the stylesheet.
Can that be accessed in the admin section?
Zen Follower
Nope, you will need to open up your ftp software and download the css file.
Make the changes then reupload it
New Zenner
Ok, what folder is that located under?
Cheers
Zen Follower
ummmm its in Includes - templates - YOUR TEMPLATE (think classic in your case) -** CSS - stylesheet.css**
New Zenner
Thanks Scott, that fixed it!
Totally Zenned
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.
New Zenner
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:
Zen Follower
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!
Tell staff why this post should be reviewed.