Bold all Field Labels

Forums Classic DFFS Bold all Field Labels

Viewing 1 reply thread
  • Author
    Posts
    • #36814
      Brian Oster
      Participant

      How do I simply bold all field labels for fields that are using SBS and also for fields not using SBS.

    • #36815
      Alexander Bautz
      Keymaster

      Just drop this snippet in your custom css:

      .ms-formlabel *{
          font-weight:bold;
      }
      

      Alexander

Viewing 1 reply thread
  • You must be logged in to reply to this topic.