Viewing 8 replies - 1 through 8 (of 8 total)
  • Erik HaagenStuff

    (@erik-haagenstuff)

    What is the URL to take a look?

    Thread Starter ashchiew

    (@ashchiew)

    Thread Starter ashchiew

    (@ashchiew)

    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 ??

    Erik HaagenStuff

    (@erik-haagenstuff)

    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.

    Thread Starter ashchiew

    (@ashchiew)

    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

    Erik HaagenStuff

    (@erik-haagenstuff)

    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)

    Thread Starter ashchiew

    (@ashchiew)

    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?

    Erik HaagenStuff

    (@erik-haagenstuff)

    Just checked the site and it looks like you got it, congrats!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Buttons be a different colour?’ is closed to new replies.