Hi all, I've added the home link by uncommenting the code in the functions.php in my child theme, but I cannot seem to make the style of the home link match the rest of the sf menu styles...what is the class for the home link that I need to style? It doesn't have a page id. I'm sure its something super simple, but I just can't make it work...can anyone tell me how to style my css to make it match the sf menu link styles? I have each link a different color so this is the css I have used.
.sf-menu li.Home{
color:#fff;
background-color:#4c6f05;
}
.sf-menu li.page-item-2 a{
color:#fff;
background-color:#395304;
}
.sf-menu li.page-item-3 a{
color:#fff;
background-color:#66930a;
}
.sf-menu li.page-item-4 a{
color:#fff;
background-color:#4c6f05;
}
.sf-menu li.page-item-5 a{
color:#fff;
background-color:#395304;
}
.sf-menu li.page-item-6 a{
color:#fff;
background-color:#66930a;
}
.sf-menu li.page-item-7 a{
color:#fff;
background-color:#4c6f05;
}
.sf-menu li.page-item-8 a{
color:#fff;
background-color:#395304;
}
This is the site...
http://andshedesigns.com/?page_id=2
Thanks!