Viewing 10 replies - 1 through 10 (of 10 total)
  • Hi skonegirlarmy do you have a cache plugin? If you do can you clear the cache. Also clear your browser cache.

    Regards

    Thread Starter skonegirlarmy

    (@skonegirlarmy)

    hmm, i’ve tried both and it remains the same.

    Can you share your URL.

    Thank you

    Thread Starter skonegirlarmy

    (@skonegirlarmy)

    Thread Starter skonegirlarmy

    (@skonegirlarmy)

    on the ‘contact’ page, sorry!

    Hi at the moment you have the following…

    element.style {
        background-color: #735591;
        cursor: pointer;
        margin: 0;
    }

    Change it to the following code….

    element.style {
        background: #735591;
        cursor: pointer;
        margin: 0;
    }

    Change the color to what ever you want.

    Thread Starter skonegirlarmy

    (@skonegirlarmy)

    awesome! almost there – i have it the color i want, but the shadow on the bottom of the button remains the orange color. how do i change that?

    thanks so much for your help πŸ™‚

    Good news πŸ™‚

    Change the following code…

    button, input[type="submit"], input[type="button"], input[type="reset"] {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        border-color: -moz-use-text-color -moz-use-text-color #b93207;
        border-image: none;
        border-radius: 2px;
        border-style: none none solid;
        border-width: medium medium 3px;
        color: #fff;
        display: inline-block;
        padding: 11px 24px 10px;
        text-decoration: none;
    }

    Change the following color #b93207 to what ever you want.

    Regards

    Thread Starter skonegirlarmy

    (@skonegirlarmy)

    where do i enter that code?

    Hi try adding the following code

    border-color: -moz-use-text-color -moz-use-text-color #b93207;

    Changing the color of course πŸ™‚

    under Style tab at the following area

    CAPTCHA image alignment:

    If that does not work then are you using a child theme? If you are then add the above code to the style css file in your child theme. If you are not does your theme allow you to add custom style?

Viewing 10 replies - 1 through 10 (of 10 total)

The topic ‘submit button color not changing’ is closed to new replies.