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.
Started 2 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.
Hi,
Try with to add "!important" code in that css like this :
#li_23 label
{
font-weight:normal !important;
}MachForm Support
You must log in to post.