I have a problem with this custom theme on wich I am working on: http://www.asper-eritrea.com/
The problem is that when you pass the mouse over a link (for example the t
You have two selectors. First is .widget-sidebar ul li a and second is a:hover. Change it to .widget-sidebar ul li a, .widget-sidebar ul li a:hover {}
.widget-sidebar ul li a
a:hover
.widget-sidebar ul li a, .widget-sidebar ul li a:hover {}