Widen Search Box in Broadsheet

  • Unknown's avatar

    Hello,
    I’m looking to increase the size of the search box in Broadsheet. Just want to make it wider. Being able to change the color of the box and the text color in the box would be nice too.

    Thanks in advance.

    -Nick

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there!

    Please try the following code to increase the search box size and colors:

    .masthead .searchform {
        width: 250px;
    }
    
    .masthead input.searchfield {
    background-color:#800080;
    font-size:20px;
    color:#fff
    }
    
    h3.widgettitle:before, form.searchform button.searchsubmit {
        color: #ffffff!important;
        font-size: 25px;
        font-weight: bold;
    }

    Hope this helps,

  • Unknown's avatar
  • The topic ‘Widen Search Box in Broadsheet’ is closed to new replies.