HomePage › Forums › Traveler › text header color › Reply To: text header color
Hello bong,
You can use this css code in Traveler Settings > Styling Options > Custom Css to change it:
.top-user-area .top-user-area-list>li>a {
color: #737373;
}
You can get color code from https://www.w3schools.com/colors/colors_picker.asp
Thanh you.