Hello,
You need to edit the header.php file from the base theme folder and after line 85 you should add something like this:
COPY CODE
<span style="padding-left:25px;"">Phone: xxxxxxxxxxx </span>
the new code with the added line should look like this:
COPY CODE
<li class="nine columns">
<?php do_action('kleo_before_top_links');?>
<?php if(sq_option('owner_email')): ?>
<a>"><i class="icon-envelope"></i> <?php echo sq_option('owner_email'); ?></a>
<?php endif; ?>
<span style="padding-left:25px;"">Phone: xxxxxxxxxx</span>
</li>
Thank you,
Catalin
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution