matthisco
Member
Posted 8 months ago #
Hi Folks,
Can someone please tell how I can change the background color of the input #s search field?
I've trawled through style.css and cannot find where to set its background color.
Its in the header here:
http://www.bearwoodmedicalcentre.co.uk/
Thanks in advance
add the background color in here:
#branding #s {
float: right;
-webkit-transition-duration: 400ms;
-webkit-transition-property: width, background;
-webkit-transition-timing-function: ease;
-moz-transition-duration: 400ms;
-moz-transition-property: width, background;
-moz-transition-timing-function: ease;
-o-transition-duration: 400ms;
-o-transition-property: width, background;
-o-transition-timing-function: ease;
width: 72px;
}
matthisco
Member
Posted 8 months ago #