Remove settings icon and single colection of index.
This commit is contained in:
parent
49815a1d8d
commit
a556a4288e
|
@ -16,5 +16,5 @@
|
||||||
|
|
||||||
<div class="d-flex flex-column header">
|
<div class="d-flex flex-column header">
|
||||||
<img src="<?php echo get_template_directory_uri() ?>/assets/images/capa.png" class="img-fluid header-img">
|
<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>
|
</div>
|
|
@ -2,7 +2,5 @@
|
||||||
//Header
|
//Header
|
||||||
get_header();
|
get_header();
|
||||||
|
|
||||||
get_template_part('single-colecoes');
|
|
||||||
|
|
||||||
//Footer
|
//Footer
|
||||||
get_footer();
|
get_footer();
|
Loading…
Reference in New Issue