I’m almost done designing my site. I could easlisy change the background and font colors on the buttons all over the website but can’t find where to do this for the submit button on my contact form:
http://www.theskippers.co/contact/http://www.theskippers.co/contact/
I don”t want eh default black button as i don’t have any black on my website.
Please help!
Romain
Hey mestrade,
Try this code in the General Styling > Quick CSS field:
.main_color input[type='submit'] {background-color: #1F2865!important; }
I used the color I found on one of your other buttons, or you can adjust to suit.
Best regards,
Mike
Thank you! do you know whats the code to also change the color of the font in that same button?
Thank u v much
I tried your css but its also changing my newsletter form.
I just need to change it in the contact form where its black by default. I want to change it to blue background with gold font.
I’m happy with the newsletter form as is
Thx
Hi,
Please remove the code so I can try again, please provide the color code for the font & background and the link to the newsletter form so I can check it is not changing.
Best regards,
Mike
thanks
the background: 1F2865
the font: edae44
i removed the code
Hi,
Try this code in the General Styling > Quick CSS field:
.page-id-632 .avia-builder-el-8 input[type='submit'] {background-color: #1F2865!important; color: #edae44!important; }
Best regards,
Mike
it worked! thank u v much!