Home › Forums › Theme support › Theme Justness not saving block › Reply To: Theme Justness not saving block
You can add this code in WP admin -> Appearance -> Theme Options -> General -> Extra CSS Content:
ul#menu .current-menu-item > a {
color:#dcdcdc;
}
(Please replace ‘#dcdcdc’ with the color code of your choice)