I am using a white background so I would like to add a grey border to the search site field.
Thanks!
I am using a white background so I would like to add a grey border to the search site field.
Thanks!
Hey,
add following code to css/custom.css:
#header #searchform {
border: 1px solid #E2E2E2;
}You must log in to post.