Remove the BEST DEALS and NEW ARRIVALS

Direct Webstore

Well-Known Member
Just downloaded a michaelangelo theme and had a look. The front-page.php has pretty much the same thing...

Michael Angelo Theme .. cut and move this or similar pieces of code to wherever you want..
<!--NEW ARRIVALS-->
<div class="list-product new-arrivals">
<div class="container">
<div class="p-heading">
<div class="p-title">
<h3>
<a href="<?php echo $home_url?>/product/?orderby=newest">
<?php _e( 'New arrivals', 'mic' ); ?>
</a>
</h3>
</div>
</div>
<div class="row">
<?php get_template_part( 'tpl/product/home/_arrivals' ); ?>
</div>
</div>
</div>
 
Just downloaded a michaelangelo theme and had a look. The front-page.php has pretty much the same thing...

Michael Angelo Theme .. cut and move this or similar pieces of code to wherever you want..
<!--NEW ARRIVALS-->
<div class="list-product new-arrivals">
<div class="container">
<div class="p-heading">
<div class="p-title">
<h3>
<a href="<?php echo $home_url?>/product/?orderby=newest">
<?php _e( 'New arrivals', 'mic' ); ?>
</a>
</h3>
</div>
</div>
<div class="row">
<?php get_template_part( 'tpl/product/home/_arrivals' ); ?>
</div>
</div>
</div>


Alright, thank you for your help. have a nice day
 
Top