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 The Status Message.
- Go to Blogger’s Dashboard>Design or Template>Edit HTML
- Tick on expand widget which is in top tight part of Code Window
- 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>
- Replace the code with this
<b:includable id='status-message'> <div id='brlabelheader'> <b:if cond='data:blog.pageType == "archive"'> <div>Archive » <data:blog.pageName/></div> </b:if> <b:if cond='data:blog.searchLabel'> <div>Category » <data:blog.pageName/></div> </b:if> </div> </b:includable>
- 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.
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