1. Home
  2. Docs
  3. SUMNIMA & RATNA
  4. Theme Features
  5. Header & Footer
  6. Announcement bar

Announcement bar

Enhance your online store by incorporating an announcement bar that shines a spotlight on crucial business updates, Ongoing promotions like sales or the introduction of new gift cards. Updates on shipping delays or regions currently unable to accept international shipments. Newly added or updated policy pages. CTA banners will engage customers, increase the time spent on the site, and boost conversion.

Slider

 <div class="swiper info-slider">
    <div class="swiper-wrapper">
      <div class="swiper-slide">Worldwide express delivery & easy returns</div>
      <div class="swiper-slide">up to 50% OFF spring styles</div>
      <div class="swiper-slide">Get free shipping on orders of $100 or more</div> 
    </div>
    <div class="swiper-button-next"></div>
    <div class="swiper-button-prev"></div>
  </div>

Marquee

<div class='marquee'  data-pauseOnHover="true">
    <h5>
        <span> Worldwide express delivery & easy returns </span> 
        <span>up to 50% OFF spring styles</span>  
        <span>Get free shipping on orders of $100 or more</span>
    </h5>
</div>