[Support request] Update the comments to a better style

Home Forums Support [Support request] Update the comments to a better style

Home Forums Support Update the comments to a better style

Viewing 15 posts - 1 through 15 (of 16 total)
  • Author
    Posts
  • #2388159
    rajjj

    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

    #2388238
    David
    Staff
    Customer Support

    Hi there,

    do you have a screenshot of what they look like ?

    #2389116
    rajjj
    #2389129
    Fernando
    Customer Support

    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

    #2389228
    rajjj

    Added

    #2389243
    Fernando
    Customer Support

    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?

    #2390591
    rajjj

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

    #2390607
    Fernando
    Customer Support

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

    #2390946
    rajjj

    Added Fernando.
    Thanks for all the help

    #2391010
    Fernando
    Customer Support

    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?

    #2391509
    rajjj

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

    #2391537
    David
    Staff
    Customer Support

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

    Yes.

    #2392600
    rajjj

    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.

    #2394327
    Leo
    Staff
    Customer Support

    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

    #2394512
    rajjj

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

Viewing 15 posts - 1 through 15 (of 16 total)
  • You must be logged in to reply to this topic.