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

Question

Question

CSS to change the font size of drop down choices in a table

asked on June 17, 2019

I was successful in changing the font-size of the labels and inputs in my table, but one of the fields is a drop-down, and I haven't been able to figure out how to change the input on those choices.  Can someone help me with the CSS for this?  See below.  Any help or guidance would be greatly appreciated.

 

Thanks

Bill

drop-down choices.PNG
table snip2.PNG
table snip2.PNG (46.78 KB)
1 0

Replies

replied on June 19, 2019 Show version history

I'm not sure why your code did't work. I did something very similar and it worked fine on both Firefox and Chrome.

I was successful with the following:

#q7 select {font-size: 8px}

where q7 was the id of the table. This did not work using the id of the column (which in Laserfiche Forms is implemented as a <td> element.

The following also worked but of course is much less specific:

select {font-size: 8px}

I don' t have your code to experiment with but I suggest you try separating out the setting of the font size on the drop-down on its own line of CSS similarly to one of the above examples. As you learn more, consider posting your results here.

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

Sign in to reply to this post.