Home › Forums › MapPress Support › How to change font color of directions › Reply To: How to change font color of directions
November 9, 2013 at 6:33 am
#13724
Hi,
The directions CSS is under the class .mapp-directions. So this should work if you add it to your styles.css:
.mapp-directions {
color : white;
}
Depending on the theme, you may need to add an !important modifier or a more precise selector. You can check the CSS that is actually being applied using Firebug or IE F12 developer tools.