Text Color in guestbook and email list

Permalink
Hi all -

I know very, very little, so bear with me.

I made the background color for my website black. I have changed the font colors everwhere to white or blue - except for on the forms for the guestbook and email sign-up list. How do I change the text there to white?

I do not know what a php is or a css - so pretend you are replying to a monkey that can type and you'll be almost on target. :-)

Kevin

 
JPC replied on at Permalink Reply
Kevin,

Have you tried customizing your theme from the Dashboard? Go to "Pages and Themes" and click on "customize" next to the theme you are using. Font color is controlled by "Body."

I hope that this helps. I am also not a programmer and have recently learned to use Concrete5.
Mnkras replied on at Permalink Reply
Mnkras
if you want more control over the colors, you can make a "custom template" for the form block so it doesn't inheret the colors from the body
dom replied on at Permalink Reply
dom
Hi Kevin, if you allready set up the font color over the customize button in the dashboard and it didn't effect those blocks, you wont get around editing the css files..

..but it isn't as hard as it seems.. if the monkey can type, you are half way there :)

..i would recommend that you install the firebug extension for firefox.. this helps to find out wich css file is responsible for the element you want to change.. especially color changes are not that hard to understand..
KHGrenier replied on at Permalink Reply
I got it to work! Thank you!