What is the URL to take a look?
There are also 2 other forms we are using with this contact form, love the plugin its just the botton I need to change the colour of 🙂
div.form-submit input.ccf-submit-button {
background-color: rgb(42, 166, 49) !important;
Not sure if the !important is needed. I used the Microthemer plugin to do this, it is one of my favorite new tools as someone new to CSS. It adds the !important to everything but I don’t think it is always necessary.
I couldn’t look at your site, password protected. Hopefully this selector works for you.
Hello,
Thank you for your speedy response! The password for the site is password
I tried that line of CSS and it unfortunately did not work :/ any other suggestions? I am needing that button to be green ASAP
Someone with more CSS experience could probably just give you the answer!
But I have to guess…
– try putting a space between the color and !important
– try using the background property instead of background-color
For some reason background-color is not overriding the gradiant that is declared as the background color using the background property earlier.
If those don’t work, I would download the free Microthemer plugin and attempt to solve the problem using the plugin. And if that doesn’t work you could ask the Microthemer team for support accomplishing it. They are a great resource.
PS (not affiliated with Microthemer, I just like them and they have helped me a lot)
Hey there, thanks for letting me know..
I downloaded the Microthemer plugin and put this in the child theme…
I tried putting it in like this:
div#panel-14-0-0-0 input.ccf-submit-button{
background-color:green;
}
I tried with these to as the selectors, or whatever: #panel-14-0-0-0 input.ccf-submit-button AND .panel-14-0-0-0 input.ccf-submit-button
However all of them are not working.. is there anything I am missing to why it wouldn’t be working with the background?
Just checked the site and it looks like you got it, congrats!