How to add a logo image in the header

White Label allows you to place the logo in the header.

To add your logo to the header of the White Label:

1. Open White Label settings in your Travelpayouts account by launching the Aviasales or Hotellook Tools tab.

2. Open the Sections tab.

3. In the Site header block paste the code <img src="URL"> instead of code: 

<span class="TPWL-header-content-logo__img"></span>

where the URL is a link to the file with your logo.

Important: If you need the logo to be displayed in different languages, make sure to add the code to all language blocks on the Sections tab. You can find all blocks' languages on the right side of the tab.

Note! The 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.

logo_en.png

How to change the size of the logo?

You can resize your logo using the width and height attributes directly in the <img> tag. Here's how it works:

<img src="URL" width="100" height="111">

This will set the image’s width to 100 pixels and height to 111 pixels.