How to change the font and hide column headings in Infinite Forms Widget?

  • sstrawbridge
    Asked on January 18, 2019 at 4:37 PM

    Hello,

    I am using the Infinite List and I want to change the font of the entries to Lucide Grande (1,2,3 below), and hide the column headings.

    Can you help me out?

    I'd appreciate it.

    Jotform Thread 1705592 Screenshot
  • AndrewHag
    Replied on January 18, 2019 at 5:44 PM

    This CSS code should work:

    #list tbody tr:first-child{

       display:none;

    }

    td.label.col1,td.label.col2,td.label.col3{

       font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;

    }

    You'll need to use this code in Widget's CSS code, please see the screenshot below:

    1547851421chrome Y5PnRMUAWe Screenshot 10

    Please try and see if this solution works for you. If not, we'll be happy to assist you further.

  • sstrawbridge
    Replied on January 22, 2019 at 9:19 AM

    Hi Andrew,

    It works wonders! Thanks so much for your help.

    - Stephanie