Jump to content

Recommended Posts

  • 4 months later...
  • 7 months later...
  • 2 weeks later...

Open your zone and switch to Advanced tab, you will see this section "

Append and prepend settings" and put your custom code to show up your brand logo here at "

Always append the following HTML code to banners displayed by this zone"

Example code:

<style>
.xtv-btn {position: absolute;top: 0px;right: 0px;height:17px;overflow:hidden;}
.xtv-btn .icon {background: url(//exampledomain.com/www/normal.png) no-repeat top center;display: block;width: 35px !important;height: 17px !important;z-index: 999;float:right !important;font-size:0px;font-family:Arial;line-height:17px;text-align:center;}
.xtv-btn:hover .icon {background:url(//exampledomain.com/hover.png) no-repeat top center;width:160px !important;font-size:11px;color:#000;}
</style>

<a class="xtv-btn" href="//exampledomain.com" target="_blank">
<span class="icon">some sort of text</span>
</a>

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...