How to remove content box from template page?

Hi there,

I’m attempting to remove the content box from this page: https://jaredkimtravel.wpengine.com/comments/ (currently a white box with a drop shadow around it).

All I want to display are the header and the comment section. Any idea how to achieve this?

Thanks!

Hi Jared,

Please add this code in the Cornerstone page’s CSS area:

.hentry:first-child {
    display: none;
}

Hope this helps.

Perfection. Thanks so much. Y’all the best!

You are most welcome. :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.