• Closed
  • Mauranda Dalziel
    Spectator
    March 5, 2014 at 2:28 pm #8296

    How can I remove the page title from the actual page? And then how can I remove the empty space between the menu and where the content starts? Meaning how do I move the content up to where the page title is currently?

    Roman
    Spectator
    Posts: 3147
    March 5, 2014 at 5:53 pm #9239

    it could be done through the Custom CSS field:

    Code:
    .entry-title {display:none;}