PassMark Logo
Home » Forum

Announcement

Collapse
No announcement yet.

Two Questions - hide url in recommended link

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

  • Two Questions - hide url in recommended link

    How can I hide the link (url) under the recommended text?
    Last edited by Kimber63; Sep-06-2011, 07:05 PM. Reason: new question

  • #2
    You can use CSS to hide content on the results page using the "display: none" command.

    See this FAQ
    http://www.wrensoft.com/zoom/support/css.html

    The CSS classname is "recommend_infoline"
    .recommend_infoline { display: none; }

    Comment

    Working...
    X