HomePage › Forums › Traveler › Customize Header › Reply To: Customize Header
Hello
1. You can check currency in header in Traveler Settings > Styling Options > Header tab > Header menu items.
2. You can add this css code to Traveler Settings > Styling Options > Custom Css to change background color for search header:
.main-header-search .form-control {
background: #4bb56c !important;
border-color: #c3abab !important;
}
But unluckily, you can not add placeholder in it.
Thanks