How To Remove Showing Post With Label In Blogger

How To Remove Showing Post With Label In Blogger - Hallo sahabat Ramuan Kesehatan, Pada Artikel yang anda baca kali ini dengan judul How To Remove Showing Post With Label In Blogger, kami telah mempersiapkan artikel ini dengan baik untuk anda baca dan ambil informasi didalamnya. mudah-mudahan isi postingan Artikel Blogger, yang kami tulis ini dapat anda pahami. baiklah, selamat membaca.

Judul : How To Remove Showing Post With Label In Blogger
link : How To Remove Showing Post With Label In Blogger

Baca juga


How To Remove Showing Post With Label In Blogger

Wanna remove showing post with label in blogger?

But don't know how to do it.

Don't take tension.

Because today we will talk about how to remove showing post with label. When you go to label of your blog, you might have seen a message " Showing Post with the label". This message is frustrating. This message makes your blog user experience bad. Unfortunately, blogger does not provide any feature to customize it. But we can hide or remove it. So, let's start the guide.

remove-showing-post-with-label-in-blogger


How To Remove Showing Post With Labels 


1) Hide By Using CSS

If you want to only hide, but not to remove it. Just follow the steps given below:

Step 1: Head up to your Blogger Dashboard >> Template >> Edit HTML.

Step 2: Now press Ctrl + F keys to open search box and search for the ]]></b:skin> tag.

Step 3: When you find the code, just above ]]></b: skin> paste the code given below:

.status-msg-wrap { display: none; }

Step 4: After that click on Save Template button and that's it.



2) Remove It Completely

If you don't want to hide but remove it completely, just follow the steps given below:

Step 1: From your Blogger Dashboard go to Template >> Edit HTML.

Step 2: Then press Ctrl + F keys and search for the code given below:

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

Step 3: When you find the code, on its right side, click on the arrow to expand the code.



Step 4: When you will expand the code, below it you will see some codes like given below:

     <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>
remove-showing-post-with-label


Step 5: Just replace the whole code with the code given below:

<b:includable id='status-message'>
<b:if cond='data:navMessage'>
<div>
</div>
<div style='clear: both;'/>
</b:if>
</b:includable>

Wrapping Up


So, this was a guide about removing showing post with label in blogger. And I hope you have successfully applied it. If you face any problem, comment down. I will try to solve your problem. Thanks for visiting:-)


Demikianlah Artikel How To Remove Showing Post With Label In Blogger

Sekianlah artikel How To Remove Showing Post With Label In Blogger kali ini, mudah-mudahan bisa memberi manfaat untuk anda semua. baiklah, sampai jumpa di postingan artikel lainnya.

Anda sekarang membaca artikel How To Remove Showing Post With Label In Blogger dengan alamat link https://ramuankesehatan-2020.blogspot.com/2017/09/how-to-remove-showing-post-with-label.html

0 Response to "How To Remove Showing Post With Label In Blogger"

Post a Comment