Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #4082
    llmancini
    Member

    Since I have changed my header background colour to white for a cleaner look  I was wondering how I can edit the search box background to say a grey backgound so it will show up- or even have a drop box around it or border.

    As well is there any way to make the social plug ins coloured or use a downloaded theme package that will match my blog setting better?

     

    #4138
    Sakin
    Keymaster

    @llmancini: Add the following CSS in the “Custom CSS” box in your Theme Options panel for border and background in header search box.

    #header .social-search form.searchform input {
    background: #ccc;
    border: 1px solid #000;
    height: 33px;
    width: 200px;
    }

    But for the social links color you need to replace the image.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Header Questions’ is closed to new replies.