Delete/move search box in Koi theme

  • Unknown's avatar

    I am using the theme Koi for my site and the search box covers over some of my headers.
    Is there any way of moving/deleting this box in this theme?
    I am not a computer whizz so please talk slowly in easy words!
    Thanks

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

  • Unknown's avatar

    There is no way to do this unless you already know how to edit CSS and you have bought the upgrade. If you don’t know CSS, do not buy the upgrade, because you are on your own with it.

  • Unknown's avatar

    Here’s the code. You can preview in the CSS editing area but you’ll need to buy the upgrade for the code to take permanent effect. The first line will remove the search box. The second will move it upwards into the header area.

    #searchform {display:none;}
    #searchform {position:absolute; top:65px;}
  • The topic ‘Delete/move search box in Koi theme’ is closed to new replies.