filters

Discussion in 'ClassiCraft WordPress Theme' started by zwallman, Aug 26, 2014.

  1. zwallman

    zwallman Member

    Joined:
    Aug 17, 2014
    Messages:
    40
    Likes Received:
    0
    I want to change the homepage search functions... Is there anyway to customize these and have two drop downs??? Or to delete it in general ???

    Testing it on different site still having same problem??

    tried to get around geolocation issue by adding cities as main category, and by adding the types of jobs as subcategories which I like the way it looks, and how it looks while posting.. My only issue now would be the search functions... Since I am using cities as a category, when using the drop down option it looks funny and makes no sense..

    How do I customize search function?
    Can I delete it??
    Can someone please help me on this issue


    recoverylistings.com
     

    Attached Files:

  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    To hide this search div use following CSS code in Custom CSS and save all changes.
    Code:
    .search_wrapper {
    display: none;
    }
    That will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     

Share This Page