OK, I added a menu which now shows up in the upper left of the header however, whatever I name the main page shows up in the body above the picture. I don’t see anywhere to turn this off and I don’t want to have to leave the field blank.
Hi Stephe,
Do you mean to remove this red marked field? View this screenshot. http://awesomescreenshot.com/001526qi5d
If yes the add this Custom CSS inside dashboard -> appearance -> customize -> Ambition Theme Options -> Custom CSS
.page-title-wrap { display: none; }
Thank you!