Colour Your Wego Affiliate Search Box – Wego Affiliate Update
Ever wanted to change the colour scheme of the search boxes of Wego’s travel search engine? Well if you are one who asked this questions, help is on the way.
Today Wego affiliate program will be launching a new feature which allows affiliates to modify our search boxes to fit into their site’s theme.
What can be change or customize
1. Border
2. Header background
3. Inactive tab background and font color
4. Active tab background and color
Below are some screenshots of how the implementation will look like.
Here’s how to implement the new colour change feature for your search box.
Basically add the following script block within the <HEAD></HEAD> elements of the same page where you are embedding the Wego travel searches and you would be good to go.
<script type=”text/javascript”>
var wegobox_customization =
{ ’wegobox_border’ : ‘#063′,
‘wegobox_bkg_header’ : ‘#06C’,
‘wegobox_tab_bkg_active’ : ‘#FFC’,
‘wegobox_tab_fcolor_active’ : ‘#333′,
‘wegobox_tab_bkg_inactive’ : ‘#DDD’,
‘wegobox_tab_fcolor_inactive’ : ‘#FFF’
}
</script>

