I have a form with several Tables and I would like to make each Table header BOLD. How do I enter this under the CCS entry.
I have tried this and it does not work:
#q15 label {font-weight: bold; }
Below is my field listed.
Thank for any help!!
Robin
I have a form with several Tables and I would like to make each Table header BOLD. How do I enter this under the CCS entry.
I have tried this and it does not work:
#q15 label {font-weight: bold; }
Below is my field listed.
Thank for any help!!
Robin
never would of thought of that. Good job Mehesh!!! Learned something new.
Try:
#q15 .cf-table-block {line-weight: bold;}
or you might need to add a h1, h2 or maybe h3
#q15 .cf-table-block h2 {line-weight: bold;}
if you are using chrome, you can right click in the outside of the page and go down to inspect click on the box then go hover on the title and it will tell you which header number to use.