Lost Search Box

  • Unknown's avatar

    I recently added “Custom Design” to my “the Morning After” theme. In doing so, I lost the search box at the top of the page. Actually it is still there, but the lines are not visible. The only customization I’ve done so far is to pick a different, but similar font.

    Keith

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

  • Unknown's avatar

    Hi Lodi360,

    You’ve got this in your style sheet which is causing the problem:

    input.search_input{background:#fff url('images/bg/input.png') no-repeat;border:0;color:#333;float:left;font-weight:700;width:292px;margin:0;padding:6px}
    
    input.submit_input{background:url('images/bg/submit.png') no-repeat;border:0;color:#fff;float:left;font:bold .9em arial, sans-serif;height:24px;width:65px;margin:0 0 0 5px;padding:0}

    It’s the background: part of it that’s hiding your box and Search button. Remove those and you should be fine.

  • Unknown's avatar

    Rachel,

    Thank you very much for taking the time to help me. I commented out those instructions and all is well. I had no idea that simply purchasing “Custom Design” would add code that would have such an affect.

    Keith

  • The topic ‘Lost Search Box’ is closed to new replies.