Title: styling submit buttons
Last modified: August 19, 2016

---

# styling submit buttons

 *  [jasonloeve](https://wordpress.org/support/users/jasonloeve/)
 * (@jasonloeve)
 * [15 years ago](https://wordpress.org/support/topic/styling-submit-buttons/)
 * hi everyone
 * i would like to know how i am able to style submit/search buttons in the twenty
   ten theme ?
 * i have been searching for many hour but have not found info on this.
 * regards
    jason

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

 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [15 years ago](https://wordpress.org/support/topic/styling-submit-buttons/#post-2057755)
 * Don’t edit the Twenty Ten theme. Your changes **will** be over-written the next
   time you upgrade WordPress. For this reason, it is recommended that you consider
   creating a [child theme](http://codex.wordpress.org/Child_Themes) for your customisations.
 * Once your child theme is active, we should be able to help with your customisations.
 *  Thread Starter [jasonloeve](https://wordpress.org/support/users/jasonloeve/)
 * (@jasonloeve)
 * [15 years ago](https://wordpress.org/support/topic/styling-submit-buttons/#post-2057757)
 * hi esmi
 * i have created a child them following the Lynda – Dreamweaver CS5 and WordPress
   3.0 lessons and a few more on the net. i am currently coding on a localhost setup
   wamp.
 * regards
    Jason
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [15 years ago](https://wordpress.org/support/topic/styling-submit-buttons/#post-2057759)
 * Try styling on `input[type=submit]`.
 *  Thread Starter [jasonloeve](https://wordpress.org/support/users/jasonloeve/)
 * (@jasonloeve)
 * [15 years ago](https://wordpress.org/support/topic/styling-submit-buttons/#post-2057858)
 * thanks Esmi
 * I figured it out.
 * I added this code to style.css
 *     ```
       input#searchsubmit {
        width: 60px;
        height: 26px;
        background-image:url(images/srch_button.png);
        background-color:#FFF
        font-size: 12px;
        color: #fff;
        border:none
       }
       ```
   

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

The topic ‘styling submit buttons’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 4 replies
 * 2 participants
 * Last reply from: [jasonloeve](https://wordpress.org/support/users/jasonloeve/)
 * Last activity: [15 years ago](https://wordpress.org/support/topic/styling-submit-buttons/#post-2057858)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
