PassMark Logo
Home » Forum

Can the "results pages 1,2,3"....colors be changed

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Brad
    Member
    • Apr 2006
    • 44

    #1

    Can the "results pages 1,2,3"....colors be changed

    When you do a search on a popular item you get more than one search results page to look through. I notice that the "results page" prompt where it lists the next pages at the bottom are purple. Can this color be changed?

    It is not listed in the users manual. Thanks~~
  • David
    Administrator
    • Dec 2004
    • 4714

    #2
    We don't have a specific CSS class for that text, we should probably update this.

    But you can use CSS to change the the colour of all the links on the page.
    e.g.
    a:hover { color: #FF0000; text-decoration: underline; }

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

    There is also the more advanced technique of editing the language file to add extra HTML around the phrase Results pages.

    -----
    David

    Comment

    Working...