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

Question

Question

Change font size in currency field

asked on September 5, 2018

I am trying to find the correct selector for the currency field's input.  It seems like everything I try does not work.  Could someone please help me with this CSS?  I want to make the text larger and bold.  Below is the CSS I currently have (see image for details).

.input#Field10.number.currency.noborder.cf-small.parsley-success {
font-size: 16px !important;
font-weight: bold !important;
}

 

0 0

Answer

SELECTED ANSWER
replied on September 5, 2018

I don't think .input will do anything because that is a class selector. #Field10 should be enough if that is the identifier for the field. If that doesn't work, then the built-in style might be overriding it with !important, but I don't think that would be the case.

0 0
replied on September 5, 2018

Thank you Jason!

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.