I had this problem as well and was able to hide both the Title and description by doing the following:
1. Go to
-> ‘Appearance’ -> ‘Editor’
2. Find the ‘Header’ section
a. -> #title
Add the following to hide the Title
display: none;
b. -> #description
Add the following to hide the Description
display: none;
3. Save
Then you’re off! Hope this helps people who have this issue in the future…