• Resolved nopax

    (@nopax)


    Hi,
    i would like to adjust the font size of the outputs within the fields.

    Try it with:
    #rnFieldXX{
    font-size: 14px !important;
    }
    but without success.

    Can someone help?

Viewing 1 replies (of 1 total)
  • Plugin Author EDGARROJAS

    (@edgarrojas)

    Your style looks fine, probably there is another style that has a bigger priority, try with something like this:

    Try it with:
    #rnFieldXX label{
    font-size: 14px !important;
    }

    Regards!

Viewing 1 replies (of 1 total)

The topic ‘Font-Size with CSS’ is closed to new replies.