How to bold column names

Forums Classic DFFS How to bold column names

Viewing 2 reply threads
  • Author
    Posts
    • #8261
      Kristoffer Bertsch
      Participant

      Hi, Looking for help with css to bold all the field labels. I appreciat all you do!
      -Kris

    • #8266
      Alexander Bautz
      Keymaster

      Hi,
      Add this to the Custom CSS textarea in DFFS backend:

      td.ms-formlabel h3.ms-standardheader{
      	font-weight:bold;
      }

      Alexander

    • #8321
      Kristoffer Bertsch
      Participant

      Thank you!

Viewing 2 reply threads
  • You must be logged in to reply to this topic.