Okay, because it seems to be so easy for you – I did some css for the active link in the side menü – that won´t work. You got any idea?
The css is: .sidebar .widget a:hover{
color:#e02119;
background:#fff;
}
.sidebar .widget a:active{
color:#e02119;
background:#fff;
}
Hover works, but active not