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

Question

Question

how to hide currency $ label within a table?

asked on December 7, 2015 Show version history

I am looking to remove the $ label for the first row, so I can mask the fields with a date field.  does anyone have any suggestions?  I have tried $(".table1c1:first label").remove(); but that doesn't seems to work.

 

0 0

Answer

SELECTED ANSWER
replied on December 7, 2015

Sure:

tr.form-q:first-child td span.margin-end {display:none;}
1 0

Replies

replied on December 7, 2015

Add this to your "CSS" in your "CSS and Javascript" section:

tr.form-q td span.margin-end {display:none;}

This should hide all of them.

0 0
replied on December 7, 2015

Chris,

 

Would it be possible to just hide the first row of the table?

 

0 0
SELECTED ANSWER
replied on December 7, 2015

Sure:

tr.form-q:first-child td span.margin-end {display:none;}
1 0
replied on December 7, 2015

Thanks for the help!

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

Sign in to reply to this post.