08/27/2015 at 8:23 am
#344658
Keymaster
@ Antonio
The link color has to be changed the old fashioned way… add the following to the theme’s custom CSS area to change link colors:
#cn-cmap .cn-list-row a,
#cn-cmap .cn-list-row a:visited,
#cn-cmap .cn-list-row-alternate a,
#cn-cmap .cn-list-row-alternate a:visited {
color: green !important;
}
Hope that helps!
