I’ve been using the Custom CSS function in a child theme and I think the issue is one of my navigation mods as the parent theme isn’t having the issue. Still at zohrajacobs.com
Please see my mods below:
/*
*/
.tag-links {
display: none;
}
.entry-title {
font-family: Playball, Garamond, serif;
font-style: normal;
text-align: center;
font-size: 2.2em;
}
footer .date-link a {
font-family: Muli, Garamond, serif;
font-style: normal;
}
.entry-content blockquote:before {
color: #111;
content: '“';
font-family: "Norticia Text", "Bitstream Charter", serif;
font-size: 94px;
font-size: 9.4rem;
line-height: 1;
position: absolute;
top: -.15em;
left: -.67em;
/*centre navbar links*/
position: relative;
}
/* =Menu
----------------------------------------------- */
#access {
background: #E5E5E5;
clear: both;
display: block;
float: left;
margin: 0 auto 3.23em;
width: 100%;
}
#access ul {
list-style: none;
margin: 0;
padding-left: 0;
clear: left;
float: left;
position: relative;
left: 50%;
}
#access li {
float: left;
position: relative;
font-style: Lato, sans-serif;
text-transform: uppercase;
right: 50%;
}
#access a {
color: #000000;
border-bottom: .037em solid #d6d4d4;
display: block;
line-height: 3.23em;
margin: 0 1px 0 0;
padding: 0 28px;
font-family: Lato, Helvetica, sans-serif;
font-style: bold;
text-decoration: none;
}
#access ul ul {
background: #b12930;
border-top: 1px solid #a41c23;
-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
box-shadow: 0 3px 3px rgba(0,0,0,0.2);
display: none;
float: left;
position: absolute;
top: 3.5em;
left: 0;
z-index: 99999;
}
#access ul ul ul {
left: 100%;
top: 0;
}
#access ul ul a {
border: none;
color: #ffe8ef;
margin: 0;
padding: 0 28px;
width: 200px;
height: auto;
}
#access ul ul li {
border-bottom: 1px solid #a41c23;
}
#access li:hover > a {
border-color: #b12930;
color: #fff;
}
#access ul ul :hover > a {
background: #ac242b;
color: #fff;
}
#access ul ul a:hover {
}
#access ul li:hover > ul {
display: block;
}
#access li.current_page_item a,
#access li.current-menu-item a {
border-color: #b12930;
}
Thanks again