- This topic has 1 reply, 2 voices, and was last updated 1 year, 7 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Hi,
How do I remove the “Leave comment” section if I am not interested in comments?
https://www.hrlk.dk/wp-admin/customize.php?return=%2Fwp-admin%2Fthemes.php%3Fpage%3Dashe-options
TIA 🙂
Hi Sarah,
Please navigate to Dashboard > Appearance > Customize > Additional CSS section add the following snippet:
.comments-area {
display: none;
}
Kind Regards