Title: modify submit button, reply button
Last modified: August 20, 2016

---

# modify submit button, reply button

 *  Resolved [cherltte](https://wordpress.org/support/users/cherltte/)
 * (@cherltte)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/modify-submit-button-reply-button/)
 * hi guys.
 * I am trying to modify the reply or send button in leave comment, send message.
   I want to use one of my img instead.
    here is the page,
 * [http://evaa.or.kr/demo/?page_id=12](http://evaa.or.kr/demo/?page_id=12)
 * you see at the bottom of the section “send a message”
    the button is overlapped.
   I look through all the files in my theme and changed every possible code related
   a.btn and now this. i don’t know what else to do.
 * please, help me. I started WP few weeks ago.
    I have been looking at this for
   many days. my mind is gone, my eyes hurt. my brain is almost melted down. please
   save me from hell.

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

 *  [Sridhar Katakam](https://wordpress.org/support/users/srikat/)
 * (@srikat)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/modify-submit-button-reply-button/#post-3430418)
 * Make the below suggested change and any others in a child theme and not directly
   in the main theme itself in order to prevent loss of customizations upon theme
   updates.
 * See [http://codex.wordpress.org/Child_Themes](http://codex.wordpress.org/Child_Themes)
 * Add the following at the end of child theme’s style.css (WP dashboard -> Appearance-
   > Editor):
 *     ```
       .content .page .secondary-content form input#submit {
           border: none;
       }
       ```
   
 *  Thread Starter [cherltte](https://wordpress.org/support/users/cherltte/)
 * (@cherltte)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/modify-submit-button-reply-button/#post-3430426)
 * thank you! Srikat.
    I have successfully removed the borders. but there are still
   some text on top of the image. i tried
 * text-color: rgba(0,0,0,0);
 * but didn’t work.
    any suggestions?
 *  Thread Starter [cherltte](https://wordpress.org/support/users/cherltte/)
 * (@cherltte)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/modify-submit-button-reply-button/#post-3430433)
 * oh. i figured out. 🙂
    color: rgba(0,0,0,0);

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

The topic ‘modify submit button, reply button’ is closed to new replies.

## Tags

 * [button](https://wordpress.org/support/topic-tag/button/)
 * [buttons](https://wordpress.org/support/topic-tag/buttons/)
 * [change](https://wordpress.org/support/topic-tag/change/)
 * [css](https://wordpress.org/support/topic-tag/css/)
 * [Modify](https://wordpress.org/support/topic-tag/modify/)
 * [send](https://wordpress.org/support/topic-tag/send/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 3 replies
 * 2 participants
 * Last reply from: [cherltte](https://wordpress.org/support/users/cherltte/)
 * Last activity: [13 years, 4 months ago](https://wordpress.org/support/topic/modify-submit-button-reply-button/#post-3430433)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
