Some long while ago, you provided me with the following to make links in lists visible. It works fine.
/* Links */
a {
color: #05a9c5;
text-decoration: none;
}
a:link, a:focus, a:active, a:hover {
text-decoration: none;
}
I am using the Recent Posts widget to display a list of “News” but visitors do not realise they need to follow the link to get details. The solution is to indicate it is a link by colouring it. By default the Recent Posts widget does not show the links coloured until you hover hover them. I also want to achieve the same thing in the Up-coming lectures widget which is part of the Events Manager plugin.
The HTML emitted by both widgets uses li for each entry. I have found the following .css and tried changing the colour to see if it is the right bit, but nothing changes
.widget ul li a:hover {
color: #05a9c5;
I would be grateful if you could show me what to change. Thank you.
My site can be seen here.