I cant change the color of my submit button

  • HRMink
    Asked on March 11, 2015 at 3:04 PM

    In my contact us page I cant change the color of the 'submit' button. Please help!

  • BJoanna
    Replied on March 11, 2015 at 3:29 PM

    I cloned your form and I found out that there is some existing CSS inside of your Designer/CSS.

    You can change the color of submit button there. Inside of your Designer CSS click on your button and you should get code like this.

    I cant change the color of my submit button Image 1 Screenshot 20

    You need to change Hex values of background (e.g. #F69C06) for some other color of your choice. You can find Hex values of color on this link: http://www.w3schools.com/tags/ref_colorpicker.asp 

    Let us know if you need further assistance.