Hey there,
You can achieve what you are after by adding following custom CSS to your theme using Advanced CSS Editor plugin.
.site-info{
display:none;
}
Hope it helps.
Where within the editor would I place that?
Nvm Lol. I thought you meant within the css editor under the appearance tab in wordpress.
Hey there,
After installing the plugin, just navigate to Appearance -> Customize -> Advanced CSS Editor and put the code there. Hope it helps.