Title: Search Button Customization
Last modified: December 8, 2018

---

# Search Button Customization

 *  Resolved [fusebrandingco](https://wordpress.org/support/users/fusebrandingco/)
 * (@fusebrandingco)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/search-button-customization/)
 * How would I do the following?
 * Search Field:
    – remove the black border around the search field
 * Search Button:
    – change the background color of the search button – change the
   color of the “Search” type – change the font of the “Search” type to Lato
    -  This topic was modified 7 years, 6 months ago by [fusebrandingco](https://wordpress.org/support/users/fusebrandingco/).
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fsearch-button-customization%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Plugin Author [Vinod Dalvi](https://wordpress.org/support/users/vinod-dalvi/)
 * (@vinod-dalvi)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/search-button-customization/#post-10961436)
 * I hope you are well today and thank you for your question.
 * You can achieve this by adding the below CSS code in the Custom CSS option of
   Ivory Search plugin settings on the path Ivory Search -> Settings -> Settings
 *     ```
       .is-menu #s {
           border: 0;
       }
       .is-menu #searchsubmit {
           background-color: #777474;
           color: #FFF;
           font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif;
       }
       ```
   
 * Best regards,

Viewing 1 replies (of 1 total)

The topic ‘Search Button Customization’ is closed to new replies.

 * ![](https://ps.w.org/add-search-to-menu/assets/icon-256x256.png?rev=2077748)
 * [Ivory Search - WordPress Search Plugin](https://wordpress.org/plugins/add-search-to-menu/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/add-search-to-menu/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/add-search-to-menu/)
 * [Active Topics](https://wordpress.org/support/plugin/add-search-to-menu/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/add-search-to-menu/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/add-search-to-menu/reviews/)

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)
 * [customization](https://wordpress.org/support/topic-tag/customization/)
 * [search button](https://wordpress.org/support/topic-tag/search-button/)
 * [search field](https://wordpress.org/support/topic-tag/search-field/)
 * [styling](https://wordpress.org/support/topic-tag/styling/)

 * 1 reply
 * 2 participants
 * Last reply from: [Vinod Dalvi](https://wordpress.org/support/users/vinod-dalvi/)
 * Last activity: [7 years, 6 months ago](https://wordpress.org/support/topic/search-button-customization/#post-10961436)
 * Status: resolved