Before you ask please READ THIS

color of the submit button

edited August 2013 in Beach Please Posts: 139
Hello Air,

can you tell me how to change the color of the "submit" button, both for comments and contact form ?

Thank you !

Comments

  • AirAir
    Posts: 10,970
    Hello Eric05

    After all these question you should try Firebug or Chrome console(both hidden under F12) to locate styles to edit:-)
    Use these styles:

    input[type="submit"],
    a.a13-button{
    background-color: #1abc9c;
    color: #fff;
    }
    input[type="submit"]:hover,
    input[type="submit"]:focus{
    background-color: #333;
    }
    With regards.
  • Posts: 139
    Well, I do use Firebug, and also web developper plugin, and I did locate these styles with firebug, but it is not showing the background color I've setted in the custom code (#33182F instead of the default red). "Publiez votre commentaire", at the bottom of the contact form, is still in read.

    Anyway, not a big problem.

    Thank you

  • AirAir
    Posts: 10,970
    Show me link with your changes, I will see why it is not working.

    With regards.
  • AirAir
    Posts: 10,970
    Have you added your changes in custom CSS field?
    Are you using some minfy/compression plugin?
    I can see there is lot more CSS in your user.css file then usually :-) And it is hard to dig in it.

    With regards.
  • Posts: 139
    Yes, my changed are is custom CSS field
    And yes, I'm using a cache plugin called wp-rocket
  • AirAir
    Posts: 10,970
    So it is very hard to dig in such code:-)
    But it doesn't matter now, cause you got your result, right?

    With regards.
  • edited June 2014 Posts: 111
    Is it possible that this code doesn’t work anymore? My submit button’s bg color is the default one again, even though I have this code in my custom CSS:

    input[type="submit"],
    a.a13-button{
    background-color: #ED9D2B;
    color: #fff;
    }
    input[type="submit"]:hover,
    input[type="submit"]:focus{
    background-color: #747474;
    }
    Thanks!
    Post edited by Air on
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!