Can I remove the text Leave A Reply

Currently there is a plugin I am using third party - and then below a big gap and then Leave a reply and then Comment. it is really redundant and takes a lot of space. Can you please tell me how to remove the area above (padding) and also the Leave A Reply text? Thank u!

Hi There,

Please add this custom CSS under X > Theme Options > CSS:

h3#reply-title {display: none;}
div#comments {
    margin-top: 0;
}

Hope it helps :slight_smile:

Weird! It worked but now the Tags have come back and also on the main blog page? You can see here:

To hide the tags, please add this to your CSS.

.entry-footer  {
	display: none;
}

Thanks.

Interesting I had it in already - but then I added it again below the latest command and then it worked. Thanks a million!! x

Glad it worked :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.