How do I remove the "Fast Shipping" "Free Returns" and "Easy Search" section from home page on the Striving Autumn theme?
0
<!--START 3 Columns -->
<div id="pattern" class="pattern">
<div class="col-group">
<div class="col-content-center">
<img src="~/Themes/StrivingAutumnTheme/Content/images/shipping_icon.jpg" /><br />
<h2>Fast Shipping</h2><br />
<p>Our online store offers free shipping in United States. There is no minimum requirement to get the free shipping and we ship y our order on the same day. </p>
</div>
<div class="col-content-center">
<img src="~/Themes/StrivingAutumnTheme/Content/images/return_icon.jpg" /><br />
<h2>Free Returns</h2><br />
<p>Our online store offers free returns in United States. Simply click on the "return item" in the orders details and we will provide you a shipping label.</p>
</div>
<div class="col-content-center">
<img src="~/Themes/StrivingAutumnTheme/Content/images/search_icon.jpg" /><br />
<h2>Easy Search</h2><br />
<p>Our online store offers easy product searching. Simply type the product name in the search bar. You can search by product name, SKU & model number.</p>
</div>
</div>
</div>
<br /><br /><br /><br />
<!--END 3 Columns -->