Private: Home › Forums › WordPress Themes › Elvyre – Retina Ready WordPress Theme › Text below footer copyright area › Reply To: Text below footer copyright area
February 24, 2015 at 7:54 pm
#2261
Participant
Hello,
You will have to modify the theme’s footer.php in order to achieve that.
Open the footer.php which is located in wp-content/themes/elvyre and add the following html code above the <div class="clear"></div>
:
<section class="disclaimer-container">
<!-- .container start -->
<div class="container">
<!-- .row start -->
<div class="row">
<section class="grid_12">
<p>------- YOUR TEXT HERE --------</p>
</section>
</div><!-- .row end -->
</div><!-- .container end -->
</section>
Robert