I am using Plogger 2.1 and loving it. I've been using the Plogger forums to get ideas to customize Plogger to better fit my needs.
I am having a problem the comments fields (listed below) showing up as all white with no borders. I can highlight the area and it indicates that the boxes are there, but I see no border like the comment field. After reading the forums I noticed that many people noted that the PHP was hard coded and centering the boxes would not work.
Blank fields... Name E-mail Your Website
Can I change the color of these boxes? Or is it my CSS file forcing the boxes to be colored this way. Thanks.
There is an error in your CSS, ezekial_screen.css.
In the definition for "form, input" you have "border: 1px;". It needs to be "border: 1px solid #ccc", swap out that hexadecimal value for what you want the color to be. Otherwise, just remove that definition altogether, as form inputs have one pixel borders by default on most browsers.