Page title font color
Am trying to change the font color for my page titles and have tried various codes off the forum board but none seems to work. This code for instance change the font size but not the color! #main #content .page h1,
#main #content .page h2.entry-title {
font-size: 24px; color:#777;
}
Can you give me the custom code to chage page titles font color?