• When my page loads the page title appears briefly then disappears. So close, but not quite production ready. I look forward to a fix in a future version.

Viewing 1 replies (of 1 total)
  • If you have Jetpack installed, try this code in its Custom CSS module (make sure it’s enabled).

    /* Front home page */
    .page-id-2 .entry-header,
    
    /* Project parent page */
    .page-id-287 .entry-header,
    
    /* all child pages of Project */
    .parent-pageid-287 .entry-header { display: none; }
Viewing 1 replies (of 1 total)

The topic ‘So close’ is closed to new replies.