How can I hide the link (url) under the recommended text?
Announcement
Collapse
No announcement yet.
Two Questions - hide url in recommended link
Collapse
X
-
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