Forum Replies Created

Viewing 1 replies (of 1 total)
  • U can just add this below each service section in the front-page.php file <a href="Your_link_here">Click here</a>. If you add it below each php ending section of the service area, looking like this in ur code: “</p>”; } ?>”, it should work. So it should look like this (see the bottom):

    <div class="feature_section1">
    	<div class="container">
    		<h2><?php
    			if($wl_theme_options['home_service_title'] !='') { 	echo $wl_theme_options['home_service_title']; }
    			if($wl_theme_options['home_service_description'] !='') {  ?>
    			<b><?php echo $wl_theme_options['home_service_description']; ?></b>
    			<?php } ?>
    		</h2>
    		<div class="margin_top3"></div>
    		<div class="one_fourth animate" data-anim-type="fadeIn" data-anim-delay="100">
    			<div class="arrow_box"><?php if($wl_theme_options['service_1_icons'] !='') { echo "<i class='".$wl_theme_options['service_1_icons']. "'></i>";  }?></div>
    			<?php if($wl_theme_options['service_1_title'] !='') { ?><h5 class="caps"><?php echo $wl_theme_options['service_1_title'];  ?></h5><?php } ?>
    			<?php if($wl_theme_options['service_1_text'] !='') { echo "<p>".$wl_theme_options['service_1_text']. "</p>"; } ?>
    <a href="Your_link_here">Click here</a>
Viewing 1 replies (of 1 total)