Data grid widget custom css

  • vims_lt
    Asked on February 10, 2021 at 5:18 PM

    Hi. I'm using DataGrid widget. And I try to change the appearance using css. When I add this code:

    #BootstrapDable_header div:nth-child(1) span:before{

       content: "Rodyti";

    The word "Rodyti" appears twice. How can I fix this? Thanks

    https://form.jotform.com/210406165071343

    1612995488 60245ba0ac50c  Screenshot 10

  • jherwin
    Replied on February 10, 2021 at 9:08 PM

    Please add the CSS code below to your data grids widget CSS section:

    span.translatable::before {
      font-size: 0px!important;
    }

    Please give it a try and let us know how it goes.

  • vims_lt
    Replied on February 11, 2021 at 1:48 AM

    Yes it works. Thank you.