Why I have this strange CSS behavior on the a:hover tag?

后端 未结 5 1224
误落风尘
误落风尘 2021-01-28 06:28

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

5条回答
  •  暗喜
    暗喜 (楼主)
    2021-01-28 07:02

    Change the CSS Style to

    .widget-sidebar ul li a, .widget-sidebar ul li a:hover {
       color: #f1b000;
     }
    

提交回复
热议问题