For some reason, I can’t get the link colors to display in bulleted lists. My attempts to adjust the CSS have failed, there’s another class overriding the link colors. We are using a child theme with Pro 1.4, but the link colors were specified in the theme options. Here is a link to the site displaying the issue: http://www.loftridge.com/hoa/governing-documents/
To change content lists color Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
#content ul a, #content ol a {
color: #05A9C5;
}
Note: Change the above Hex color code 05A9C5 to your own color code to change the lists color.