How to remove the information box
When you want to remove the information box at the top of the screen, there are two ways to do this:
1. Remove the ‘include’ command
Find the file _layouts/default.html
Within this file remove (or comment out) the line that says:
{% include alert.html %}
2. Remove the alert code from the include
- Find the file
_includes/alert.html - Delete (or comment out) the contents of this file