and unchecked "Show footer fade image:" and "Use footer feature section?:" but it is still there when I save.
Can someone tell me how to remove this section in the footer:
"This is the footer section for additional featured content"
Thanks!
10:37 am June 30, 2010
cjjohn
Cyberia
Member
posts 27
2
Look for this bunch of coding in the footer.php page:
<!– This is where you edit the footer ads if you don't use widgets –>
<h2 style="padding:15px 0 0 15px; margin:0px;color:#fff; font:normal 26px Georgia, serif;">Don't miss these two resources to build your affiliate income!</h2>
<p style="padding:10px 15px 0 15px; margin: 0px; font-size:14px; line-height:18px;">Here are two more resources that are guaranteed to help you make money as an affiliate marketer.</p>
<!– This is the left ad –>
<div class="foot_box"> <img src="<?php bloginfo('template_directory'); ?>/images/commblue.png" style="float:left; margin-right:10px;" alt=""/>
<h2>Commission Blueprint</h2>
This series of manuals and videos teaches you the secrets of mastering the Adwords/Clickbank profit generator. Even the newest marketers can make serious cash with this system! <a href="http://www.flexibilitytheme.com/go/commblueprint/" target="_top"><strong>Read more!</strong></a> </div>
<!– This is the right ad –>
<div class="foot_box"> <img src="<?php bloginfo('template_directory'); ?>/images/supaff.png" style="float:left; margin-right:10px;" alt=""/>
<h2>Super Affiliate Handbook</h2>
You've probably seen this book before, but if you haven't purchased it, do yourself a favor and GET IT TODAY! It will streamline your marketing efforts and pay for itself many times over! <a href="http://www.flexibilitytheme.com/go/superaffiliate/" target="_top"><strong>Read more!</strong></a> </div>
Delete ALL of it, but make sure this: <?php endif; ?> stays right where it is.