I am using stack “Ethos” and I am really happy with it, but there’s just a little thing: how can I remove the Site Title (from Dashboard –> Settings –> General –> Site Title) from the top navigation bar? See the attached picture.
That will show if you don’t set a logo on Appearance > Customize > Header> Logo Upload. Site title will show in place of a logo. If you want it to remove, please add the following CSS on Appearance > Customize > Custom > Edit Global CSS:
.x-brand{
display: none;
}
If this doesn’t work, please share your site URL so we can check further.