We have implemented LittleBoy and heavily tweaked it to our client's requirements, and
it's looking great
.
we have taken away the transparency from the top menu to preserve IE8 compatibility (ie used background rather than background-color).
But, what's interesting is that in IE8, the drop-down menu links are blue, rather than pink. This is also the case
on the demo site
.
So, I *know* that the template isn't set to be fully IE8 compatible... but... I can't find where IE8 is getting the blue link colour from. Does anyone know?
Hm, looks a bit like IE8 uses the default Bootstrap background color...
To make sure to overwrite it with your color add this at the end of your templates style.css:
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus{background:none; background-color:#yourcolor}