You can easily add a brokerage logo via CSS, as long as the logo is a transparent png or gif and not more than 80px in height. Be sure that the logo is a transparent PNG or GIF image and is not more than 80px height. Simply follow these steps:
- Login to your control panel
- Click Library
- Click Uploader and upload the logo
- Click Library again and scroll down to the logo. Right click the image name and choose "Copy Link Address".
- Then, add this codes to the CSS and replace the place the logo URL herephrase with the URL of the image you have on your clipboard:
#broker_logo {
background: url("place the logo URL here") no-repeat scroll 0 0 transparent;
width: 200px;
}