• Hi!
    Please bear with me – I’m new to wordpress. I’ve muddled my way to the point where I got a theme I like, however, despite a general ability to find code when I need to (hit and miss we’ll call it!) I’m stuck on how to change this exactly.
    My site is https://www.facebookfunbank.com/
    I just want to get rid of the elephant button that says subscribe. I’ve already tried to comment it out.
    Thanks for any help and sorry if this question is a little silly!

Viewing 1 replies (of 1 total)
  • Try editing index.php in your theme and deleting:

    <div class="sideicons">
    <ul>
    <li><a href="<?php bloginfo('rss2_url'); ?>"><img border="" alt="" src="<?php bloginfo('template_directory'); ?>/images/subscribe.png"><br />Subscribe</a></li>
    </ul>
    </div>
Viewing 1 replies (of 1 total)
  • The topic ‘Remove subscribe button on downloaded theme?’ is closed to new replies.