• Hello, I am trying to setup my website using the shapely theme. I want to know how do you remove the giant bold page/post title headers and the leave a comment section at the bottom of every page? For example, on my contact page, it doesn’t have a contact form. The page has a leave a comment section and the words CONTACT real big at the top of the page. I would like to remove both of these from the theme because I’m not making blog posts, I’m looking to use this theme as a video portfolio with an about section and a contact form for business inquiries.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hello @eyedreamllc,

    We can remove these with the help of custom css. Please apply the below given css under Appereance -> Customize -> Additional Css

    h1.entry-title {
    display: none !important;
    }
    div#comments {
    display: none !important;
    }
    

    I hope the above was helpful.

    Kind regards,

    Manoj

Viewing 1 replies (of 1 total)
  • The topic ‘Remove page title headers and leave a reply comment section’ is closed to new replies.