Hello
Can anyone tell me what file I need to look in if I'm trying to remove a line of text that appears on every page in my website (www.digitalsmokeshop.com) Here's the code, the line of text is in bold and underlined...I need to get rid of it but have no clue where to find it! (If you view source on any page of my website...its there). I appreciate anyones help!!!
see below:
<div id="mainWrapper">
<!--bof-header logo and navigation display-->
<div id="headerWrapper">
<!--bof-navigation display-->
<div id="navMainWrapper">
<div id="navMain">
<ul class="back">
<li><a href="http://digitalsmokeshop.com/">Home</a></li>
<li><a href="http://digitalsmokeshop.com/index.php?main_page=login">Log In</a></li>
</ul>
</div>
<div id="navMainSearch"></div>
<br class="clearBoth" />
</div>
<!--eof-navigation display-->
<!--bof-branding display-->
<div id="logoWrapper">
<div id="logo"><a href="http://digitalsmokeshop.com/"><img src="includes/templates/EzSilver/images/logo.gif" alt="e Cigarette" title=" e Cigarette " width="430" height="108" /></a></div>
<div id="taglineWrapper">
<div id="tagline">"Smoking HOT Prices on great e cigs</div>
</div>
</div>
<br class="clearBoth" />
<!--eof-branding display-->
<!--eof-header logo and navigation display-->
![]()



