Previously we talked how to remove that Ugly Status Message of Label or in Archive page.But one of my visitor contacted me is there way to change that message to our own.The Answer is yes.You can see demo in my blog going to any of the label page.Lets do it.

Lets have a look on screen shot after changing the status message at label page.Changing status message in label and archieve page

Changing The Status Message.

  1. Go to Blogger’s Dashboard>Design or Template>Edit HTML
  2. Tick on expand widget which is in top tight part of Code Window
  3. Find these Lines
    <b:includable id='status-message'>
    <b:if cond='data:navMessage'>
    <div class='status-msg-wrap'>
    <div class='status-msg-body'>
    <data:navMessage/>
    </div>
    <div class='status-msg-border'>
    <div class='status-msg-bg'>
    <div class='status-msg-hidden'><data:navMessage/></div>
    </div>
    </div>
    </div>
    <div style='clear: both;'/>
    </b:if>
    </b:includable>
  4. Replace the code with this
    <b:includable id='status-message'>
     <div id='brlabelheader'>
      <b:if cond='data:blog.pageType == &quot;archive&quot;'>
       <div>Archive &#187; <data:blog.pageName/></div>
      </b:if>
      <b:if cond='data:blog.searchLabel'>
       <div>Category &#187; <data:blog.pageName/></div>
      </b:if>
     </div>
    </b:includable>
  5. You can Tweak the Code like this
    • In Line 4 Replace the text Archive with your own
    • In Line 7 Replace The Text Category as you like

Styling the Widget

You can style the widget using CSS in your own way.For that find ]]></b:skin> and add the below code just above it.

#brlabelheader {
/* Replace Syling code with this Line */
}

Confused post the  comment below.

If you want to remove that message instead of changing then the tutorial is here.

Admin of Blogger Rounder
Shirshak is the Administrator of the Blogger Rounder who thinks he will die next to Blogger. He is Completely devoted to Blogger and thinks Web Designing will makes is career.You contact using contact form from navigation tab to him.You can find him in Twitter.

Subscribe for free
Thanks for visiting Blogger Rounder.We can subscribe to Blogger Rounder's by RSS feed or email updates.

0 comments on "Changing status message of label and Achieve Page at Blogger.":

Post a Comment

We Love To Hear Comments from You.Comments are Welcome.You can comment here regarding this Post.If it is not related with the post you can ask a question by Contacting Us.Before Comment Please Subscribe To our RSS or email updates.Publishing Spam Comment is Not allowed.If you want to Add Code then Please Encode it.
Simple Tags like <a> ,<strong>,<b>,<em> and <i> are allowed for preventing spam

Newer page Older Pager Home Pager

Pls share this page

Get this
Copyright © 2012 Blogger Rounder .Designed by Shirshak.
back to top