Forums

[resolved] How do I get rid of the headers my theme put on my page or atleast change them? (3 posts)

  1. brittanywigand
    Member
    Posted 4 months ago #

    My site is BrittanyWigand.com and am currently using the mts-journey theme. I looked in style.css and handheld.css but can't find anything... also how do I delete the stay tuned thing?

    Thanks. <33333333

    xoxoxoxoxoxoxo

  2. esmi
    Member
    Posted 4 months ago #

    Edit the template for your left sidebar (possibly called sidebar.php) and remove:

    <h2>Syndication</h2>
    <ul class="rss">
    <li><a title="Feed for articles" href="<?php bloginfo('rss2_url'); ?>">
    Stay Tuned
    <img height="80" width="80" alt="RSS" src="<?php bloginfo('template_directory'); ?>/images/mts-journey-rss.jpg"/>
    </a></li>
    </ul>
  3. brittanywigand
    Member
    Posted 4 months ago #

    Thank you so much esmi you are a life saver!

Reply

You must log in to post.

About this Topic