PassMark Logo
Home » Forum

Result Number

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Timothyt
    Junior Member
    • Dec 2017
    • 2

    #1

    Result Number

    Hi,
    Is there a way to make the result number not bold? I can't seem to find it in the CSS. Thanks!
  • Ray
    Administrator
    • Dec 2004
    • 4357

    #2
    Add this CSS to disable bold formatting for the result number.

    Code:
    .result_title b { font-weight: normal; }
    It is also possible to remove the number all together via "Configure"->"Results layout" and unchecking "Result number".
    --Ray
    Wrensoft Web Software
    Sydney, Australia
    Zoom Search Engine

    Comment

    • Timothyt
      Junior Member
      • Dec 2017
      • 2

      #3
      Thanks much Ray!
      Tim

      Comment

      Working...