• Greetings Richie KS,

    I have just started using your theme and I like it.

    I would like to use it more like a business theme where I dont include blog posts in the front page. I just want to use pages only and not posts. Hence I chose the full width option for the front page and still I get a comment section at the bottom. Is there any way to remove that?

    Thanks for your help and I will get back to you if have any further customizing issue.

    -sanjit

Viewing 2 replies - 1 through 2 (of 2 total)
  • You can disable comments on pages with this plugin No Page Comment Plugin

    Hey there sanjit_jta,

    If that doesn’t help you can always use custom CSS to remove parts on your page. Since there is a custom CSS tab in your theme, it is located in Appearance >> Theme Options >> Custom CSS, you can add this code there:

    #commentpost {
    display: none;
    }

    This should remove comments part from your pages.

    Have a great weekend ??

    Best regards,
    Bojan

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Requesting assistance with the following’ is closed to new replies.