PassMark Logo
Home » Forum

Announcement

Collapse
No announcement yet.

Result Number

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

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

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


    • #3
      Thanks much Ray!
      Tim

      Comment

      Working...
      X