Pro Theme Design Forum » Nominate

Changing 'Submit Article' button color


  • Rachael [profile]
  • Member
  • Posted 1 year ago #

I need to change the color of the 'Submit Article' button in Nominate from the current kermit-green color.

Could you please tell me which file it is located in.

Thanks.

Hey,

The background for the Submit Article button is an image, located here: /nominate/images/buttonBackGreen.png

You can change the image using the same file name, or adjust the CSS in style.css (around line 219) to change the background:

a.linkButton {
    -moz-border-radius: 24px 24px 24px 24px;
    background: url("images/buttonBackGreen.png") repeat-x scroll center top #009900;
    border: 1px solid #009900;
    color: #FFFFFF;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 20px;
    padding: 6px 12px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 30, 0, 0.2);
    text-transform: uppercase;
}

James

  • Rachael [profile]
  • Member
  • Posted 1 year ago #

James that's awesome, it worked perfectly. Thanks heaps for that. I'm overwhelmed with color choice now!

Reply

You must log in to post.