Archived topic
Update the comments to a better style
15 replies · Started by rajjj on October 26, 2022
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 ?
Hi Rajjj,
Can you also share the link to the site in question?
You may use the Private Information field for this: https://docs.generatepress.com/article/using-the-premium-support-forum/#private-information
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.
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’?
Not sure if I understand. That is a default feature from WP core:
https://www.screencast.com/t/z5J15niwDxN
https://www.screencast.com/t/E9sreoUMspbr
How do I put the text above the comment box and also the subscription option to the comments as in the link below.