When we are searching for something in a blog whether it is from search engine added in the blog or through label or archive blogs, there is usually message above the page search and the message shows like below.
It seems that some bloggers don’t like it and asked Kang Rohman. Kang Rohman, Can we delete that message? Of, course we can and we can do it easily. You only need to add a few codes at your style sheet CSS.
Below is the steps to delete it:
- Sign in into blogger with your ID
- Click Layout
- Click Edit HTML tab
- Click Full Template Download and please back up your template first.
- Find the this code ]]>
- Add the following code above ]]> code
.status-msg-wrap{
display:none;
} - Click Save Template button
- Finish
Good Luck!!
Post a Comment