Hello
In the main.php work on this code:
<section class="home-search">
<div class="container">
<div class="box">
<?php if(eps_param('interactive_title') == 1) { ?>
<h1><?php _e('What would you like to', 'epsilon'); ?>
<div>
<span class="l1"><?php _e('buy?', 'epsilon'); ?></span>
<span class="l2"><?php _e('sell?', 'epsilon'); ?></span>
<span class="l3"><?php _e('exchange?', 'epsilon'); ?></span>
<span class="l4"><?php _e('rent?', 'epsilon'); ?></span>
<span class="l5"><?php _e('buy?', 'epsilon'); ?></span>
</div>
</h1>
<?php } else { ?>
<h1><?php _e('What would you like to search?', 'epsilon'); ?></h1>
<?php } ?>