Page Title color will not change
-
I can not get my page titles to change from color:#ffb400 to color:#0e702d. This is the only information I can find that may have to do with changing it. I am new at wordpress. So I need some help! Under the header.php template here is what I have found:
/* Header styling options */
<?php $header_styling = of_get_option(‘header_color’);
if($header_styling != ”) {
echo ‘#header {background-color:’.$header_styling.’}’;
}
?>
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Page Title color will not change’ is closed to new replies.