How can I optimize the Search bar that's appearing on every page? How can I optimize content such that the search bar entries will trace it? How can I delete the Search bar from the theme?
Hello, Paste the code given below in Custom CSS section to remove search bar. (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .header_wrapper { padding-bottom: 0px; } .main_search { display: none; } It will resolve your issue. Thanks & Regards Yogesh Bhade
Thanks. I do enjoy the searchbar, it is attractive. I just need to know how it works, i.e. from which location(s) does it find words on the listings pages.
Hello, Searchbar searches name of listings and location(address) of listings from database where all listings are stored. Thanks & Regards Yogesh Bhade
In other words, the search bar will only reproduce name and address information entered into the business details section of the 'Ad New Listing' feature and not information entered in the title and tekst area?
Hello, In Search box it searches all text that present in listings, and in Location box it only searches location text. Thanks & Regards Yogesh Bhade