Support Forum

For all questions related to themes and plugins!

Enter search keyword e.g. "footer color".

  • Registration is Required

    Registration is required to post questions to support forum. ThemeForest buyers also need to obtain Purchase code to be able to post on forum.

    Please read here how to obtain Purchase code.

#2261
Robert Kavgić
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