/* Hide the About button from the sidebar */
a.about,
li.about {
    display: none !important;
}

