Remove the top log in button and logo from header

I may not be using the right words. The screenshot says it all. I have the Grey Amber theme and would like to get rid of the top row or header that contains the small logo version and the log in button on the right. So that people only see whatever is below that header, with only one login button.

What about trying this CSS in a theme component?

body.static-login header.d-header {
  display: none
}

Admin - Customise - Themes - Components - Install - Create new - choose a name (type is Component) - Create - Add all themes - edit CSS/HTML - (Common-CSS is selected) - cut and paste the CSS - Save

1 Like