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

Question

Question

Remove Border for Table in Forms

asked on October 1, 2015

Hi,

 

How do i remove a border for a table? Don't see an option in the them. Could i use CSS or Java script?

If yes, does someone have a script i can use please.

Please see picture below. 

Thanks

Gert

1 0

Replies

replied on October 1, 2015

Gert,

The CSS below should do the trick.  The one caveat is that this might also remove any other section-headers if you have any other sections/tables on your form.  

.cf-section-header {border: none;}

Nate

1 0
replied on October 1, 2015

Thanks Nate, it works very well. It didn't remove the section Borders and just removed the Article Border. 

Thanks for your quick response. 

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

Sign in to reply to this post.