Skip to main content
Satish_Veera-Ku
November 5, 2019

Display In Zone RTP in Sliders

  • November 5, 2019
  • 0 replies
  • 999 views

Hello ,

We have a sliding banners on home page, which we would like to display a RTP In Zone in one of the banner through web campaign. Enclosed the HTML Code for reference. Kindly go through the code and advise how to place RTP Banner 

<div class="wrapper">
<div class="slide active" data-bannerposition="2">
<div class="promo-container">
<div class="promo-text">
<h3>Heading</h3>
<p>Description</p>
<div class="promo-text-cta">
<a href="#" target="_self">Learn More</a>
</div>
</div>
</div>
<div class="promo-text-bg"></div> /*Banner image display here*/
<div class="bg_image" style="background-image: url(#)"></div>
</div>

<div class="slide active" data-bannerposition="3">
<div class="promo-container">
<div class="promo-text">
<h3>Heading</h3>
<p>Description</p>
<div class="promo-text-cta">
<a href="#" target="_self">Learn More</a>
</div>
</div>
</div>
<div class="promo-text-bg"></div>/*Banner image display here*/
<div class="bg_image" style="background-image: url(#)"></div>
</div>
</div>

Regards,
Satish

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.