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