PassMark Logo
Home » Forum

Recommended Links/Hide filepath

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • JG867
    Member
    • Mar 2008
    • 72

    #1

    Recommended Links/Hide filepath

    Hi,

    I can hide the filepath of the search result by configuring the search page. How can I do the same when I have recommended links?

    The recommended links results display a filepath, but the "regular" search results do not.

    thanks!

    Zoom Pro v6 1028
  • Ray
    Administrator
    • Dec 2004
    • 4357

    #2
    In the CSS of your search_template.html file, try adding this:

    .recommend_infoline { display: none; }
    --Ray
    Wrensoft Web Software
    Sydney, Australia
    Zoom Search Engine

    Comment

    • JG867
      Member
      • Mar 2008
      • 72

      #3
      Originally posted by Ray View Post
      In the CSS of your search_template.html file, try adding this:

      .recommend_infoline { display: none; }
      did the trick! thanks!

      Comment

      Working...