PassMark Logo
Home » Forum

Announcement

Collapse
No announcement yet.

Recommended Links/Hide filepath

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 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

  • #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


    • #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...
      X