Is there a way to increase the font size of the rating stars?

  • Joebates
    Asked on February 23, 2018 at 1:44 PM

    I'd love to make those rating stars show up a bit larger. 

    I see you have some discussion on it back in 2012. Any newer, more up to date helps on how to make this happen??

    Thanks in advance, 

    Joe

  • John_Benson
    Replied on February 23, 2018 at 2:49 PM

    I am assuming you're referring to this form: https://www.jotform.com/80474360227151

    If yes, please add this custom CSS code to your form:

    .form-star-rating {

    transform: scale(1.5,1.5) !important;

    margin-left: 25px !important;

    }

    To add a custom CSS code to your form, please follow this guide: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    Before:

    1519415117422c2aas Screenshot 10

    After adding the custom CSS code:

    1519415140412c223a Screenshot 21

    I hope this information helps. Contact us again if you have questions. 

    Thank you.

  • Joebates
    Replied on February 23, 2018 at 7:07 PM

    Humm. I tried but It didn't seem to make a difference. I put your code in and hit save. Nada. 

    http://prntscr.com/iiyh6d

  • Mike
    Replied on February 23, 2018 at 10:15 PM

    Please try adding it again and make sure to include a . symbol in the .form-star-rating selector.

    .form-star-rating {
    transform: scale(1.5,1.5) !important;
    margin-left: 25px !important;
    }

    It should work.

  • Joebates
    Replied on February 24, 2018 at 8:22 PM

     OY!  just for a "." I'm embarrassed. Thanks!