Thanks for the idea.
I haven't touched this area in a long time, but the upgrade could have done something, I guess.
There is nothing in "HTML Inserts: Header or Body Tag or Body Top
Body Bottom is the google Analytics code, but I don't see anything out of place there.
CSS Inserts - has code, but I don't see the issue (I'm not an expert by any means).
Would you be so kind as to see if I'm missing something?
Here's the code in there:
Quote:
h1 { font-size: 34px; line-height: 1.2; margin: 0.3em 0 10px; }
h2 { font-size: 28px; line-height: 1.3; margin: 1em 0 .2em; }
h3 { font-size: 24px; line-height: 1.3; margin: 1em 0 .2em; }
h4 { font-size: 19px; margin: 1.33em 0 .2em; }
h5 { font-size: 1.3em; margin: 1.67em 0; font-weight: bold; }
h6 { font-size: 1.15em; margin: 1.67em 0; font-weight: bold; }
/* this removes the dashed border on the Menu 1 (Page Menu) when the menu is centered */
div#menu1 { border: none 0px; color: #ffffff }
/* this changes the Menu 1 (Page Menu) items to whatever is entered */
div#menu1 ul.rMenu li a:link, div#menu1 ul.rMenu li a:hover, div#menu1 ul.rMenu li a:visited, div#menu1 ul.rMenu li a:active
{font-weight: normal;}
div#menu1 {border: none 0px}
div#menu2 {border: none 0px}
/* Following makes borders appear in submenu but not main menu */
div#menu1 ul.rMenu ul.rMenu-ver li {border-top:solid 1px #909090; padding-top: 4px; padding-bottom: 4px}
div#menu1 ul.rMenu ul.rMenu-ver li {border-bottom:solid 1px #909090; padding-top: 4px; padding-bottom: 4px}
div#menu2 ul.rMenu ul.rMenu-ver li {border-top:solid 1px #909090; padding-top: 4px; padding-bottom: 4px}
div#menu2 ul.rMenu ul.rMenu-ver li {border-bottom:solid 1px #909090; padding-top: 4px; padding-bottom: 4px}
/* Following makes all submenu items white all the time */
div#menu1 ul.rMenu ul.rMenu-ver li a:link,
div#menu1 ul.rMenu ul.rMenu-ver li a:visited,
div#menu1 ul.rMenu ul.rMenu-ver li a:active {
background: #000000 !important; color: #ffffff !important;}
div#menu1 ul.rMenu li a:hover {text-decoration:underline}
div#menu2 ul.rMenu li a:hover {text-decoration:underline}
div#imagecontainer {border-right: solid 2px #cccccc; border-left: solid 2px #cccccc;}
div#menu1 ul.rMenu-hor li {padding-right: 10px !important;}
div#menu2 ul.rMenu-hor li {padding-right: 20px !important;}
/* For CURRENT menu items to stay the same color as non-CURRENT */
div#menu1 ul.rMenu-hor li.current_page_item a:link,
div#menu1 ul.rMenu-hor li.current_page_item a:visited,
div#menu1 ul.rMenu-hor li.current_page_item a:active {
background: #000000 !important; color: #ffffff !important;}
div#menu1 ul.rMenu-hor li.current_page_item a:hover {
background: #000000 !important; color: #ffffff !important;}
div#menu2 ul.rMenu-hor li.current_page_item a:link,
div#menu2 ul.rMenu-hor li.current_page_item a:visited,
div#menu2 ul.rMenu-hor li.current_page_item a:active {
background: #000000 !important; color: #ffffff !important;}
div#menu2 ul.rMenu-hor li.current_page_item a:hover {
background: #000000 !important; color: #ffffff !important;}
/* For Formatting Gravity Forms */
/* These set all forms */
body .gform_wrapper { width:700px; margin: 25px; }
body .gform_wrapper .gform_body .gform_fields .gfield .gfield_label {color:#404040; font-weight: normal;}
|