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

Question

Question

Increase font size for the "Add" text for adding a row to a table in a form

asked on March 20 Show version history

Does anyone know of a way to increase the size, bold the font or highlight Add for the add row to a table text?  I have someone asking if we can make it more noticeable.  

Using the new Forms Designer.  I did not see it as an option under Themes and Style. 

Thanks for any help you can provide.

Christine

 

Here is the "highly technical" workaround I am using.  

0 0

Answer

SELECTED ANSWER
replied on March 22

G'day Christine,

Try this in the CSS section, and see if it affects the font at all:

.table-row-add.lf-link.ng-star-inserted {
  font-size: 24px;
  font-weight: 600;
}

Just in the CSS tab like so, with any other styling you have applied:

 

If you have multiple tables and only want to target that specific table, then you can add the field's ID to it:

#q1 .table-row-add.lf-link.ng-star-inserted {
  font-size: 24px;
  font-weight: 600;
}

The default appears to be 'bold' but you can play around with the font-weight values between 100-900. Let me know if this doesn't achieve what you need

1 0
replied on March 23

I will give this a try and let you know!

Thanks!

0 0
replied on March 23

That worked!

Thank you Andrew!

Christine

1 0
replied on March 23

Awesome, glad that worked :)

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.