Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author gVectors Team

    (@gvectors-team)

    Hi tjprice1,
    This is the css which can change “post comment” button background, border and font color. You can change it and put in Dashboard > wpDiscuz > Background and Colors Tab “Custom CSS Code” textarea:

    #wpcomm .wc-field-submit input[type="button"] {
        background-color:#ffffff;
        border: 1px solid #dddddd;
        color: #555555;
    }
    Thread Starter tjprice1

    (@tjprice1)

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change "post comment" button color’ is closed to new replies.