HomePage › Forums › Traveler › Customize Header › Reply To: Customize Header
Hello athutz91,
You can use this code to resize font on header. You can put code into “Traveler Setting” -> “Styling Options” -> “General” -> “CSS custom”
.top-user-area .top-user-area-list>li>a {
font-size: 14px;
}
Thank you.