Skip to:
Content
Pages
Categories
Search
Top
Bottom

CSS help [Dont know what to do]

Viewing 1 replies (of 1 total)

  • Sniper Kitten
    Participant

    @sniperkitten

    Yes it’s located in your style.css:
    http://www.adamnevil.net/wp-content/themes/unsigned/style.css

    Find these lines
    `
    a.button,
    a.comment-reply-link,
    #commentform #submit,
    .submit,
    input[type=submit],
    input.button,
    button.button {
    display: inline-block;
    margin: 5px;
    padding: 6px 12px;
    border: none;
    color: white !important;
    text-align: center;
    text-shadow: 1px 2px 0 rgba(0, 0, 0, 0.3);
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1em;
    `

    Change the
    `
    color: white !important;
    `
    to something like
    `
    color: #222 !important;
    `

Viewing 1 replies (of 1 total)
  • The topic ‘CSS help [Dont know what to do]’ is closed to new replies.
Skip to toolbar