Remove "Showing Posts With Label..." In Blogger




The box that say " Showing posts with label ... " is a very ugly element inside our blogs, specialy if you want to create a tidy blog or a blog that looks like a normal website. There are many ways to take it off by modify the HTML code, I will tell you the easiest and maybe the best, seems to work in every template. Follow me...

- From your DASHBOARD go to LAYOUT, then to MODIFY HTML.
- DOWNLOAD FULL TEMPLATE... security first!
- Select EXPAND WIDGETS and search for this part of the code:






</b:includable>
<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>


- Now, delete the part that I selected in red....




</b:includable>
<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>



- Now you should have something that look like this like this:





</b:includable>
<b:includable id='status-message'>
</b:includable>


- Blogger thinks that everything is ok... but is not.... no baby!
- SAVE TEMPLATE, and that ugly thing wont bother you anymore!

Game Over....?
Player1