• hello, i just want to know if it is possible to delete this empty box I have on every of my pages between the content and the “word press cpoyright”.

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

Viewing 1 replies (of 1 total)
  • Hi, that box is for comments so if you have already disabled comments on those pages/posts and it hasn’t gotten rid of it you can use this CSS to hide it

    .page .single-footer .comments-template {
        display: none;
    }

    Should go into Appearance->Customize->Additional CSS

Viewing 1 replies (of 1 total)

The topic ‘additonal “box”’ is closed to new replies.