Viewing 1 replies (of 1 total)
  • Hi @k_abel

    Thanks for reaching out. As of now hiding the title or removing the top margin from content would require custom CSS. Please use the below custom css and replace the page id 9997 with the page/post id of the page you need these changes on.

    .page-id-9997 .entry-title { display: none; }
    .page-id-9997 .-has-tab-bar + .site-content .content-area {
    	margin-top: 7rem;
    }
    
    @media (max-width: 599px) {
    	.page-id-9997 .-has-tab-bar + .site-content .content-area {
    		margin-top: 6rem;
    	}
    }
    
    .page-id-9997 .entry-content .wp-block-cover:first-child {
    	margin-top: 0;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘How can I recreate the theme screenshot layout?’ is closed to new replies.