To change the link color of lists Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
#content ul,
#content ol,
#content ul a,
#content ol a {
color: #8224E3;
}
Interesting – that has the effect of giving the plain text in the list (and the list numbers) the color specified, while the links are still black! They change to the color when I hover over them, but I want it the other way round.