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
Started 15 years ago by ryanmc | 2 posts |
-
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 # -
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 #
Reply
You must log in to post.