When I searched for "Modifying Blogger", one of the labels I use for my blog posts, at the top of search results, I also got a status message that is displayed in a box with a grey background color and a border around it. While this may be useful for some, I think the results are self-explanatory and therefore I'd like to get rid of it. As you can see in the Firebug snapshot, "status-msg-wrap" is the containing div. Going back to the Blogger code, I added the following line which took care of the problem:
.status-msg-wrap { display: none; }
Post a Comment
Note: Only a member of this blog may post a comment.