WordPress Website Templates

Find Professional WordPress themes Easy and Simple to Setup

inner banner

Reply To: Change search box "submit" button

#3282
Grace Themes
Member

Hi

Go to the Appearance -> Editor -> style.css and add below css code in style.css file

OR

Go to the Appearance -> Customize -> Additional CSS
and use below css code

.search-field { font-size: 14px; height: 30px; padding: 5px; }
.search-submit { background-color: #5d5a5a; border-color: #ccc; border-radius: 0; border-style: solid; border-width: 0; color: #ffffff; padding: 7px 10px; }

Regards
Grace Themes