[Koha] changing the font color for printing account fines

Owen Leonard oleonard at myacpl.org
Wed May 10 02:16:14 NZST 2017


> I would like to ask if any one has done or has idea on changing the font
> color for printing account fines?

You can accomplish this by adding this to the preference "IntranetUserCSS:"

@media only print {
  .credit {
      color: #000;
  }

  -- Owen


-- 
Web Developer
Athens County Public Libraries
http://www.myacpl.org


More information about the Koha mailing list