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

Question

Question

Remove Table Label and Line

asked on October 17, 2023 Show version history

I have a form in the forms layout designer that has several tables in it, and I would like to remove the section label and the line that appear above them. I've highlighted the area in the screenshot.

 

I've tried using a couple of older answers' CSS to achieve this, but these do not seem to have worked:

#q30 .h2 {
  display : none !important;
}
#q30 .cf-section-header {display: none;}
.hidetbllbl h2 {display: none !important;}
.myTable .cf-section-header {display : none !important; }

 

table_label.png
table_label.png (14.74 KB)
0 0

Answer

SELECTED ANSWER
replied on October 18, 2023

This has worked for us in the Modern Designer:

.tableHeader .section-title { display: none !important; }

3 0
replied on October 18, 2023

That worked, thank you!

0 0

Replies

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

Sign in to reply to this post.