• Hi Guys!
    I read FAQ and docs. I have been reading blogs for about 4 days but didn’t find any solution. I hope you can prompt me on my problem.

    here is a contact form http://www.ft-studio.com/inquiries-3/

    in the “form” section the button is described like this
    [submit id:send class:buttoncontact]

    in the stylesheet (Appearance-Editor-stylesheet) at the end of the .css file I added:
    .wpcf7-form .buttoncontact {color:#A3B139;}

    But unfortunately the appearance of the button didn’t change at all.
    What wrong am I doing?

    http://wordpress.org/plugins/contact-form-7/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Takayuki Miyoshi

    (@takayukister)

    Try Firebug to detect what styles are actually applied to the submit button.

    As of this moment, this is applied:

    .wpcf7-form .buttoncontact {
        color: #000000;
    }
    Thread Starter asles

    (@asles)

    As of this moment, this is applied:
    .wpcf7-form .buttoncontact {
    color: #000000;
    }

    I don’t see that it applies. the appearance of the button stays by default.

    ===================================
    I tried Firebug.

    plz have a look at this http://www.perevod.zp.ua/1.jpg

    when I make changes in the respective field (please have a look at http://www.perevod.zp.ua/1.jpg), the colour changes.

    now the question is – where I can find the stylesheet with this kind of name “bcxNCo….css”

    Plugin Author Takayuki Miyoshi

    (@takayukister)

    Try clearing all caches. Not sure from my side what cache plugin you’re using, though.

    Thread Starter asles

    (@asles)

    a very big thank you! as usual – the solution is in simple things!!!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Trouble with submit button’ is closed to new replies.