You are viewing limited content. For full access, please sign in.

Question

Posted to Laserfiche Lounge

Need help with CCS script for making a Table header label Bold

asked on September 17, 2021

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

0 0

Answer

SELECTED ANSWER
replied on September 20, 2021

Hi Robin,

Another option would be to use the strong element to bold the text.

Thanks.

 

 

1 0
replied on September 20, 2021

Thank you Mehesh,

 

That worked perfectly!

 

Robin

1 0

Replies

replied on September 20, 2021

never would of thought of that. Good job Mehesh!!! Learned something new.

1 0
replied on September 19, 2021 Show version history

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.

 

Chrome inspect.jpg
0 0
replied on September 20, 2021

Thank you Carlos,

I did what you said, but it still didn't work. It was header 2.

Then, I tried what Mahesh said and that worked.

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.