Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #117108
    Dylan Doskicz
    Participant

    How can I change the color of buttons? I would like the send button of my contact form to be blue instead of the default pink. You can see it in the sidebar here:

    http://www.djdosk.com/connect/

    #117145
    Mahesh
    Keymaster

    @dosk: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    #secondary #wpcf7-f244-o1 input[type="submit"]:hover,
    #secondary #wpcf7-f244-o1 input[type="submit"]:active,
    #secondary #wpcf7-f244-o1 input[type="submit"]:focus {
    	background-color: #2630f2;
    	border-color: #2630f2;
    }

    Regards,
    Mahesh

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Button Color Customization’ is closed to new replies.