Jump to content

[SOLVED] remove search bar in header


Recommended Posts

Good morning

 

Using PS 1.5.5 default theme

 

I am not sure exactly what you mean but if you want to achieve this;

 

http://screencast.com/t/Re8wmmCbv8

 

Then you go to:

 

public_html/your site/modules/blocksearch/blocksearch.css

 

Then find:

 

/* block top search */
#search_block_top {
position:absolute;
right: 26%; Change to 0%
    top: 34px; Change to 126px
}
#search_block_top p {padding:0;}
#search_block_top #search_query_top {
padding:0 5px;
height:23px;
width:300px;/* 310 */
border:1px solid #666;
border-right: 0 !important;
color:#666;
background:url(img/bg_search_input.png) repeat-x 0 0 #fff;
float: left;
}
 
Of course you may need different figures
 
Hope this helps 
 
Paul
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...