Wordpress Issue

BadyBoySEO

Regular Member
Joined
May 17, 2013
Messages
320
Reaction score
95
I'm having issues with the Home button on my site. Rather than linking to example.com, it links to the page on the user is on. For instance if a user is on example.com/page101, the Home button links to example.com/page101 instead of the site homepage. I believe I have found the offending code though I'm not sure how to correct it, any help would be welcome.
Code:
/*home icon*/#mainNavigation ul#dropmenu li.home > a href="example.com" {
    background:url(images/icons/white/Home.png) no-repeat left top;
    padding-left: 28px;
}
#mainNavigation ul#dropmenu li.home:hover > a, #mainNavigation ul#dropmenu > li.home.current-menu-item > a, #mainNavigation ul#dropmenu > li.home.current-menu-ancestor > a {
    background:#f26c09;
    color:#fff;
    text-shadow:1px 1px 1px #8f3d00;
}
 
Back
Top