Im trying to have the menu items light up red when i am on the page the menu directs too.
I have tried editing the template.css by adding.
#hornav a:focus {cursor
ointer; display:block; text-decoration:none;background-color: #ed3237}
#hornav a:focus span{cursor
ointer; display:block;}
This has no effect.
what am I missing?