Okay
  Print

Laundry booking form right side default description

You can use the following code in 

Laundry > admin > Settings > General > Booking Page Rightside Description :

</p> <div class="features"> <img class="feature-img" src="<?php echo BASE_URL ?>/assets/images/icon17.png" alt=""> <h4 class="feature-tittle">Saves You Time</h4> <p class="feature-text">Lorem Ipsum is simply dummy text of the printing and typesetting industry.</p> </div> <div class="features"> <img class="feature-img" src="<?php echo BASE_URL ?>/assets/images/icon21.png" alt=""> <h4 class="feature-tittle">Safety First</h4> <p class="feature-text">contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC.</p> </div> <div class="features"> <img class="feature-img" src="<?php echo BASE_URL ?>/assets/images/icon31.png" alt=""> <h4 class="feature-tittle">Only The Best Quality</h4> <p class="feature-text">It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout.</p> </div> <div class="features"> <img class="feature-img" src="<?php echo BASE_URL ?>/assets/images/icon41.png" alt=""> <h4 class="feature-tittle">Easy To Get Help</h4> <p class="feature-text">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour.</p> </div> <div class="features"> <img class="feature-img" src="<?php echo BASE_URL ?>/assets/images/icon51.png" alt=""> <h4 class="feature-tittle">Seamless Communication</h4> <p class="feature-text">All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet.</p> </div> <div class="features"> <img class="feature-img" src="<?php echo BASE_URL ?>/assets/images/icon61.png" alt=""> <h4 class="feature-tittle">Cash-Free Payment</h4> <p class="feature-text"> It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages.</p> </div> <p>

You can modify this default html according to your own requirement. Thanks.