Oh my, I think one day you’re going to reach through the screen and wring my neck, Kadence Themes!
In an effort do change the font size, I took your advice, but I couldn’t find the spot to add this. (www.erin-staley.com)
Feeling overly confident, I changed the font-size:12 to font-size:14. Obviously that didn’t work and gave me code above the top bar. I went back in and changed the number back to 12 but I made it worse. Then I tried copying and pasting the code below, and I have new code above the top bar.
$font_primary_menu = ‘#nav-main ul.sf-menu a {font-size:12px; font-weight:normal; line-height:20px;}’;
}if(!empty($smof_data[‘font_secondary_menu’])) {
$font_secondary_menu = ‘#nav-second ul.sf-menu a {font-size:’ . $smof_data[‘font_secondary_menu’][‘size’]. ‘; font-weight:’ . $smof_data[‘font_secondary_menu’][‘style’]. ‘; line-height:’ . $smof_data[‘font_secondary_menu’][‘height’]. ‘; color:’ . $smof_data[‘font_secondary_menu’][‘color’]. ‘;}’;
} else {
$font_secondary_menu = ‘#nav-second ul.sf-menu a {font-size:18px; font-weight:normal; line-height:22px;}’;
}
//Basic Styling