PDA

View Full Version : "Add" Comment Button


eraserhead
11-01-2007, 11:11 AM
How do I change the font of the word 'add' on the comment button?

I've changed font-family of everything else in the light template, but I can't change the 'times new roman' font of input text and comment button...

Sorry to be a pain, but I'd like it all consistent

Thanks!

dakwegmo
11-01-2007, 01:39 PM
Try adding something like this to your style sheet.

input {
font-family: Arial, Helvetica, sans-serif;
}