• Hi guys,

    I was trying to change the rss and email font color for our rss & email feed on our new blog. I have inadvertantly “broken: the code and now the rss link won’t work and I have affected the layout. I would be greateful if someone could help me fix up the code and help me change the email & rss words to red – what I was hoping to do in the 1st place 🙂

    Here’s the link to our blog

    http://www.clearrealty.com/blog

    Here’s the code below I stuffed up 🙁

    <div id=”header” role=”banner”>
    <h1>/”><?php bloginfo(‘name’); ?></h1>
    <div class=”description”><?php bloginfo(‘description’); ?></div>
    <div class=”rss”stay updated via “title=”RSS”>rss <?php if (get_option(‘greyzed_feedburner_email’) != “#”) { ?> or “>
    email
    <?php } ?></div>

    </div>
    <hr />

    Cheers,

    Andrew

The topic ‘Broken header code – Greyzed theme’ is closed to new replies.