This post explains how to place your own image in the White Label header.
Important!
This setting is only available for White Labels with the "Page" type. If you’re using “Widget” type, you can’t apply this setting.
Learn more about the difference between White Label Web types here.This article will describe how to put your own image in the header of your White Label, for example:
1. Open White Label Web settings in your Travelpayouts account.
2. Open the Custom HTML code tab.
3. Insert the code below into the <style> tag and add a link to the needed image:
header.tpwl-logo-header {
background:
url(INSERT LINK HERE)
no-repeat center center;
background-size: cover;
min-height: 100%;
padding-bottom: 10px;
}
5. Save changes.
Important
The image file must be available on the Internet from any computer, not only on your local drive. You can use images (.png, .jpeg) and .gif as a logo.