Site logo

Archived topic

Update the comments to a better style

15 replies · Started by rajjj on October 26, 2022

Viewing posts 1–15 of 16

Hi Team,

Is there a away to give comments a fresh coat of paint, something like the Subscribe To Comments Reloaded has?
Or is it a plugin thing at the moment?

Thanks

Hi there,

do you have a screenshot of what they look like ?

Added

Do you need it to look exactly like that or just something similar, like making the input boxes and the submit button's design identical?

Something like that will be ideal, but I can live with something similar.

Can you share the link to your site as well? I'll try to see what can be done with custom code.

Added Fernando.
Thanks for all the help

Can you try adding this CSS in Appearance > Customize > Additional CSS?:

.comments-area :is(input,textarea) {
    border-radius: 5px;
    border-color: rgb(207, 207, 207);
    color: #464646;
}

.comments-area input[type="submit"]{
    background-color: #FF6200;
    color: #fff;
}

.comments-area input[type="submit"]:hover{
    background-color: #cc4e00;
}

Does that work?

I have installed Simple CSS plugin. Can I add the code there?

I have installed Simple CSS plugin. Can I add the code there?

Yes.

I have setup the code now.
Can we have the text and the check box for 'Save my name, email, and website in this browser for the next time I comment'?
Links for reference below.

How do I put the text above the comment box and also the subscription option to the comments as in the link below.

This archived topic is closed to new replies.