Hi,
I love this template, but I want to change the colors of some of the fonts. Right now, they are too light against the white background.
While I am able to change the color for everything, I cannot seem to get it to change for only certain items without having to go in an do it manually for each page under the "kitchen sink" option. I want my style.css to already have these rules in place.
While I thought I knew how to do this, I cannot seem to get it to work.
For example, I want to get all of the "content" on my pages black.
I can get all the text on my site black if I edit
'/* Global Reset
-------------------------------------------------------------- */
html,body,div,form,fieldset,input,textarea,h1,h2,h3,h4,h5,h6,p,ul,ol,li{vertical-align:baseline;font-size:14px;padding:0;margin:0;}'
to
'/* Global Reset
-------------------------------------------------------------- */
html,body,div,form,fieldset,input,textarea,h1,h2,h3,h4,h5,h6,p,ul,ol,li{vertical-align:baseline;font-size:14px;padding:0;margin:0;color:#000}'
When I try to change it just for body text, nothing happens:
'body{letter-spacing:0px;word-spacing:.5px;line-height:20px;font-size:14px;}'
change to:
'body{letter-spacing:0px;word-spacing:.5px;line-height:20px;font-size:14px;color:#000}'
Likewise, I need h5 to be to black, but I cannot figure out how to change this either. I assumed I would edit
'h5{font-size:16px;letter-spacing:3px;text-transform:uppercase;}'
to
'h5{font-size:16px;letter-spacing:3px;text-transform:uppercase;color:#000}'
but doing that doesn't make any changes that I can see.
I would really prefer to be able to do this without having to do it manually for each page (as I have 57 pages!).
Any help would be great!
Thanks!
**Note, all the other features already in there I can get to change such as letter-spacing and word-spacing and text-transforms













