Home Page › Forums › WP Google Search › Increase search box width? › Reply To: Increase search box width?
Participant
I fixed it with some CSS:
#wgs_widget-7 {
width: 240px;
height: 50px;
}
Is there a way to change the color of the search button from the default blue?