I'm using Fresh News Woo theme. By default all the images have a 1px border. So I changed css to remove them completely.
However, now ALL of my input boxes (login widget, contact form, etc.) and Submit buttons have no border around them, making them hard to see. So where it says "Username:" just has a blank white space, which may be confusing, instead of a box w/border where you would normally type.
How to separate things so images and input boxes are not linked?
Code:
input{
border: none;
font-size: 12px;
padding: 5px;
}
Also, how to change the background color of Submit buttons? (they match closely with the background color of my theme, making them hard to see w/out border)