I would like to know how I can change the Font size/color of the page names that appear in the header, I am trying to modify color codes in style.css in the following code but it doesn't seem to change work:
/* =Global Elements
-------------------------------------------------------------- */
/* Main global 'theme' and typographic styles */
body {
background: #f1f1f1;
}
body,
input,
textarea {
color: #666;
font-size: 12px;
line-height: 18px;
}
hr {
background-color: #e7e7e7;
border: 0;
clear: both;
height: 1px;
margin-bottom: 18px;
}
Please help.