Title: Custom button CSS
Last modified: August 7, 2020

---

# Custom button CSS

 *  Resolved [hospitalitydefender](https://wordpress.org/support/users/hospitalitydefender/)
 * (@hospitalitydefender)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/custom-button-css/)
 * Hi there, can I somehow use custom CSS or wrap the default search button with
   my own Elementor button style?

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

 *  Plugin Author [WP24](https://wordpress.org/support/users/wp24dotorg/)
 * (@wp24dotorg)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/custom-button-css/#post-13225470)
 * You could change the style via custom CSS:
 *     ```
       .wp24-dc input[type=submit] {
       	color: #000000;
       	background-color: #ff0000;
       }
       ```
   
 *  Thread Starter [hospitalitydefender](https://wordpress.org/support/users/hospitalitydefender/)
 * (@hospitalitydefender)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/custom-button-css/#post-13226610)
 * Thanks for the reply… I added the !important line and it seems to be working.
   Thank you.
 *  Thread Starter [hospitalitydefender](https://wordpress.org/support/users/hospitalitydefender/)
 * (@hospitalitydefender)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/custom-button-css/#post-13229652)
 * What about the hover property?
 *  Plugin Author [WP24](https://wordpress.org/support/users/wp24dotorg/)
 * (@wp24dotorg)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/custom-button-css/#post-13233256)
 *     ```
       .wp24-dc input[type=submit]:hover {
       	color: #ff0000;
       	background-color: #000000;
       }
       ```
   
 * Maybe !important is needed again.
 *  Thread Starter [hospitalitydefender](https://wordpress.org/support/users/hospitalitydefender/)
 * (@hospitalitydefender)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/custom-button-css/#post-13233268)
 * Perfect. Thanks!

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

The topic ‘Custom button CSS’ is closed to new replies.

 * ![](https://ps.w.org/wp24-domain-check/assets/icon-256x256.png?rev=3437013)
 * [WP24 Domain Check](https://wordpress.org/plugins/wp24-domain-check/)
 * [Support Threads](https://wordpress.org/support/plugin/wp24-domain-check/)
 * [Active Topics](https://wordpress.org/support/plugin/wp24-domain-check/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp24-domain-check/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp24-domain-check/reviews/)

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)

 * 5 replies
 * 2 participants
 * Last reply from: [hospitalitydefender](https://wordpress.org/support/users/hospitalitydefender/)
 * Last activity: [5 years, 10 months ago](https://wordpress.org/support/topic/custom-button-css/#post-13233268)
 * Status: resolved