This forum is no longer open and is for reading/searching only.

Please use our new MachForm Community Forum instead.

MachForm Community Forums » MachForm 2

Make a specific label not bold


  1. ryanmc
    Member

    I have had to set up section breaks for some headers for multiple questions, however I would like to make some labels not bold, I've tried:

    #li_23 label {
    font-weight:normal;
    }

    but it is not working.

    Posted 15 years ago #
  2. redityo

    Hi,

    Try with to add "!important" code in that css like this :

    #li_23 label
    {
    font-weight:normal !important;
    }

    MachForm Support

    Posted 15 years ago #

RSS feed for this topic

Reply