- First go to Template > Edit HTML
- In Blogger default templates, search for
<body>
and in custom templates, search for<body>
- Add the below code just after above code.
<b:if cond='data:blog.pageType == "index"'> <b:if cond='data:blog.searchLabel'> <style> .status-msg-wrap{display:none;} </style> </b:if> </b:if>Now Save the template and check the result by clicking any of your labels
No comments:
Post a Comment