Hi All, For time being i am planning to make my Website as Static(No Business Listings). I mean i dont want to display 'Location' or 'Listings' area in PAGES(See Image). After some days i will add Business Listings into this Website. Now i have created Few pages in this i have added only Contents and few images related to my work. Also i have created one more page, I named it as "Skills'. Here i want to show Some Listings and all related to GeoCraft. so suggest me how i can do this. Thanks
To remove search fields paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .main_search { display: none; margin-top: 0px; } .header_wrapper { min-height: 210px; padding-bottom: 0px; }
Hi Nitesh, I have added your code in Styles. It is working properly. But also i want search area in Only One Specific page. Please guide me to complete this work. Thanks
All pages in the theme sharing same header file. So it is not possible to hide search field from a particular page.