Viewing 8 replies - 1 through 8 (of 8 total)
  • shanemorgan7

    (@shanemorgan7)

    Hi Daniell

    It looks like your theme is taking control of the button. The following CSS should allow you to take control.
    input[type=”submit”] { background-color: #f2f2f2!important; }

    Thanks!
    Shane
    VFB Pro Support

    Sam

    (@soumendra)

    Hello daniellesastrawan,

    You need to add this CSS in your Custom CSS for adjusting the background color of the submit button:

    .verification .vfb-submit {
        background-color: #000 !important;
    }

    You can adjust the color as per your requirement.

    Hope that helps.

    Thank you.

    Thread Starter daniellesastrawan

    (@daniellesastrawan)

    thanks to both of you for responding. Now I have tried both of those and neither worked… maybe I cam putting the code in the wrong place? I went to Custom css and just copy pasted and put in the colour I wanted, but nothing’s changed. Please bear in mind I am not proficient (obviously) in web coding.

    my submit button, what I tried and didn't work

    Sam

    (@soumendra)

    Hello,

    You can try this instead for better result:

    .verification .vfb-submit {
        background-color: #838383 !important;
    }

    Hope that helps.

    Thank you.

    Thread Starter daniellesastrawan

    (@daniellesastrawan)

    … and the angels sing and the peasants rejoice! It works!!!

    Thanks so much Sam, you’re a SUPERSTAR!

    Sam

    (@soumendra)

    It’s a pleasure helping you. ??

    Joseph

    (@josephk77)

    Thanks for jumping in on this Sam and helping! We appreciate it!

    Thanks,
    Joseph
    VFBPro Support

    It’s my pleasure. ??

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘chaning the submit button colour’ is closed to new replies.