Thank you for responding to my last two questions so promptly. I asked about removing the comments and I took out the code you provided and they are still on there. I noticed on certain layouts on my site, the comments are not on there. How do I change the page layout after they have already been published? I don't see a change layout button. http://www.979theagency.com/web-design (has the comments) http://www.979theagency.com/about-us (does not have the comments) Thanks
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .fullwidth h3 { display: none; } #commentsbox { display: none; } This will solve your issue.
Thank you, I will try that code. But how do I change the layout of the page from full width to half width where it shows the sidebar? Thanks
Hello, Edit that page on which you want to show the sidebar (Pages > All Pages ) and then select the Default Template from the Page Attributes section as shown in the image given below. This will solve your issue.
The Page Attributes section does not appear on the page as an option. That is why I am asking how can I change the page layout. Thanks
Hello, Go to Pages > All pages and click on edit option of the page and follow the instruction as shown in image given below This will solve your issue.