Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Robin W

    (@robin-w)

    Not part of my plugin’s function, but the color comes from

    wp-content/themes/canvas/style.css line 3789

    a.button, a.comment-reply-link, #commentform #submit, .submit, input[type="submit"], input.button, button.button, #wrapper .woo-sc-button {
      color: white !important;
      cursor: pointer;
      font-family: inherit;
      font-size: 1em;
      font-weight: 200;
      line-height: 1.618em;
      text-align: center;
      text-shadow: none;
      text-transform: uppercase;
      white-space: normal;
    }

    The button you have is using a div class of submit

    so you could try just changing the

    color: white !important;

    to whatever color you want. If that mucks other parts of your site up, then come back.

    Otherwise keep a note of what you changed as theme updates will overwrite it

    Thread Starter Armando1625

    (@armando1625)

    Good Afternoon,

    Thank you Robin the change worked for my website.

    Armando

    Plugin Author Robin W

    (@robin-w)

    Great – glad you’re fixed !

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How do I change the text color in the complete sign up button’ is closed to new replies.