Change Color of Category Navigation Text

To change color of category navigation text, you can use this code to Custom CSS box

li.category-item a {
    color: #f1f;
}

Result
image