Remove settings icon and single colection of index.

This commit is contained in:
Fabiano Alencar 2018-02-22 11:34:41 -03:00
parent 49815a1d8d
commit a556a4288e
2 changed files with 1 additions and 3 deletions

View File

@ -16,5 +16,5 @@
<div class="d-flex flex-column header">
<img src="<?php echo get_template_directory_uri() ?>/assets/images/capa.png" class="img-fluid header-img">
<i class="material-icons float-right p-1 m-2 mt-3 text-white rounded-circle position-absolute header-icon">settings</i>
<!-- <i class="material-icons float-right p-1 m-2 mt-3 text-white rounded-circle position-absolute header-icon">settings</i> -->
</div>

View File

@ -2,7 +2,5 @@
//Header
get_header();
get_template_part('single-colecoes');
//Footer
get_footer();