In the side nav I changed the font tag to h2 and took out the font size
style in the stylesheets.
top: 0; }
main#golf-template #quicknav {
background: #690433; }
- main#golf-template #quicknav h1 {
- font-size: 1.375rem;
+ main#golf-template #quicknav h2 {
color: #FFFFFF; }
main#golf-template #quicknav ul.sidenav {
list-style: none;
} else {
$ID = $parent->ID;
}
- echo '<h1>MI Centeral Swing Golf</h1>';
+ echo '<h2>MI Centeral Swing Golf</h2>';
echo '<ul class="sidenav"><!-- begin -->'."\n";
echo wp_list_pages( 'child_of='.$ID.'&title_li=&depth=1&echo=0');
echo '</ul><!-- end -->'."\n";
}
#quicknav {
background: $maroon;
- h1 {
- font-size: rem-calc(22);
+ h2 {
+// font-size: rem-calc(22);
color: $white;
}
ul.sidenav {