Full-Width Template Help

I need a full-width page template without the date/posted by and without the comment section. Is this possible?

Thank you!

Hey there,
Hope you’re doing well today

In order to get the full-width page, you’ll need to go to Page Attributes > Template and select Full-Width from that dropdown.

In order to remove the other sections, I’ll need access to that page in order to test some CSS that should remove them. Please provide me with the link and access to the site so that I may get that sorted for you.

I look forward to your reply :slight_smile:

Best Regards,
Support

You can log in with these credentials:
smartfitchicks.com/wp-admin
username: colorlib
password: 4vkfif)I9Wbljvgdg@OOdm6b

I have selected the full-width template on all of my pages. I need the “date | by ____” and comment section removed from these pages:
http://smartfitchicks.com/about-us/
http://smartfitchicks.com/advisors/
http://smartfitchicks.com/coaching/
http://smartfitchicks.com/speaking-engagements/
http://smartfitchicks.com/swag/
http://smartfitchicks.com/contact/

Hi,

Go to Appearance -> Customize -> Additional CSS and add this CSS Snippet in it,

.page-template-full-width .entry-meta { display: none; }
.page-template-full-width #comments {
    display: none;
}

The second line is for removing comments, but I suggest you to turn off the comments either in that page by Turnning off the Discussion or turn the comments globally in Settings -> Readings.

Let us know,

Thanks,
laranz.