Forums

[resolved] 2011 theme search field - background color??? (3 posts)

  1. 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

  2. alchymyth
    The Sweeper
    Posted 8 months ago #

    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;
    }
  3. matthisco
    Member
    Posted 8 months ago #

    Thanks

Reply

You must log in to post.

About this Topic