Hello, absolutely blown away by this theme btw.
So, I've been working with the menu and I'm having this annoying problem. Every time I click one of the menu items to load a page, the menu item briefly turns white. I guess you have to see for yourself. www.jesselocke.me
Here's my CSS:
.sf-menu a, .sf-menu {
border: 0;
}
.sf-menu a, .sf-menu a:visited{
color: white;
}
.sf-menu li {
background-color:#262626;
}
.sf-menu li a:hover{
color:red;
background-color:#262626;
}
sf-menu li a:active {
background-color:#5e76aa;
}
Any advice would be great
Thanks