Hi, im not a developer / rookie wordpress site builder. I’m putting together a website for a friend here - www.1stcallwedoitall.com.au
For some reason, whenever i make a change in the theme options, for example the link colour (static and interaction) it applies to all pages except the Home Page.
If you hover over the footer link, it should go from red to blue, like for example, the SERVICES page.
I cant see that ive done anything to affect this in the CSS, but then again, im no developer, so i may have missed it:
.x-navbar .desktop .x-nav > li > a:hover, .x-navbar .desktop .x-nav > .x-active > a, .x-navbar .desktop .x-nav > .current-menu-item > a, .x-navbar .desktop .sub-menu li > a:hover, .x-navbar .desktop .sub-menu li.x-active > a, .x-navbar .desktop .sub-menu li.current-menu-item > a, .x-navbar .desktop .x-nav .x-megamenu > .sub-menu > li > a, .x-navbar .mobile .x-nav li > a:hover, .x-navbar .mobile .x-nav li.x-active > a, .x-navbar .mobile .x-nav li.current-menu-item > a {
box-shadow: inset 0 0 0 0 #fff;
-webkit-box-shadow: inset 0px 0px 0px 0px #fff;
color: #fff !important;
background-color:#1592d4;
}
.x-navbar .desktop .x-nav li>a>span:after {
display: none !important;
}
.x-navbar .sub-menu {
margin-top: 1.3em;
}
body .x-navbar .x-nav li>a:after {
display:none !important;
}
.desktop .x-nav .x-megamenu>.sub-menu a,.x-navbar .desktop .sub-menu li > a {
font-size: 16px;
}
Thanks in advance.