Remove "No Search Results" from landing on Search page

Discussion in 'GeoCraft WordPress Theme' started by leosherlock, Feb 10, 2015.

  1. leosherlock

    leosherlock Member

    Joined:
    Dec 23, 2014
    Messages:
    80
    Likes Received:
    0
    Hi there,

    I want to remove "No Search Results" from landing on the search page and have text that reads "please enter your business and location in the boxes provided" instead?

    I also want to remove "Listing categories" from search page please

    please see image
    thanks,
    Leo
     

    Attached Files:

  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hey Leo!

    1>Please follow the screenshot to replace "No Search Results".
    geocraft_replace_noListFound_text.png

    2> To remove "Listing categories", paste the code given below in Custom CSS section
    (Geocraft Settings -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .sidebar .widget h4.widget-title {
    display: none;
    }
    Thanks,
    Praveen
     

Share This Page