Do not show the "Go to Homepage" button at the bottom of each page - change in Davinci theme

ferreira2u

Active Member
For those who think that is not necessary "Go to Homepage" button at the bottom of each page ...

In the Davinci theme, in the index.php file delete:

HTML:
<a href="/" class="page-content_btn btn btn-default btn-danger"><?php _e( 'Go to Homepage', 'ami3' ); ?></a>
 
Top