Home › Forums › Iconic One Pro Support › Changing the Color of Main Navigation Menu and Footer Items to White › Reply To: Changing the Color of Main Navigation Menu and Footer Items to White
March 28, 2016 at 7:07 am #4108
Themonic-Support
Keymaster
Use like this:
.themonic-nav li a {
color: #ffffff;
}
footer[role="contentinfo"] a {
color: #ffffff;
}