Changing header text size
I don't know what I'm doing wrong, but I can't seem to affect the size of the header text – the very large title type.
I just want to make it smaller, and I've gone into the stylesheet and changed font size and line-height on this line:
Code:
.header h1 { font-size: 61px; font-family: 'Trebuchet MS', 'Arial', 'Verdana', sans-serif; padding-bottom: 10px; line-height: 51px;}
Nothing happens. Is there another bit of code hiding somewhere that I need to change?
Thanks for any help you can provide.