Home › Support Forums › Theme Support › Pinboard › Page Title and Comment section › Reply To: Page Title and Comment section
Alexander
Participant
To deactivate the comments try to add:
#respond {
display:none;
}
and to hide the page title:
#current-location {
display:none;
}
to your CSS.
Cheers,
Alexander @ http://www.mouseclick.com