Reply To: meet us link removal

Support Forums Verde – HTML Template meet us link removal Reply To: meet us link removal

#3748
CreaboxThemes
Keymaster

Hi Donatos,

if you want to remove the meet us button you have to delete from the line 63 to 67:

<div id="part2_1" class="fadeout_2_1">
<div class="span2 offset2">
<a href="#myModal" id="meetus" data-toggle="modal">MEET US</a>
</div>
</div>

To remove the pop up you have to delete from the line 100 to 135:

<div id="myModal" class="modal hide fade mee...
...
</div>

To remove the social icons you have the delete the line you want from 183 to 192. For example, if you want to remove the Flickr icon, you have to delete the line 187:

<a href="#" title="Flickr" data-gal="tooltip" data-placement="top" data-original-title="Flickr"><span class='symbol'>&#xe229;</span></a>

To change the logo icon you have to edit the line 48:

<a class="a-rounded" href="#" title=""><h1>V</h1></a>

Regards