Osclass Support Forums

Osclass theme support => Alpha Osclass Theme => Topic started by: sezy2021 on July 14, 2021, 05:55:15 PM

Title: I want to hide the search window
Post by: sezy2021 on July 14, 2021, 05:55:15 PM
Hello! I want to hide the "Address" box itself in the theme (alpha) search window. What should i do?
Title: Re: I want to hide the search window
Post by: MB Themes on July 22, 2021, 01:16:06 PM
@sezy2021
This could be good start, rest is on you (adjustments for mobiles).
Code: [Select]
#home-search .col2 {display:none;}
#home-search .col1 {width:55%;}