Skip to main content
Nintex Community Menu Bar

List Box Title formatting not working in K2 5.3?

  • June 5, 2020
  • 1 reply
  • 18 views

Forum|alt.badge.img+16

Hi,

 

In a List Box, I have items in Arial 12, but the List box title stays in small unchangeable size.

In the past i've used this script INSIDE a table to change the title size, but not working in 5.3.

 

<script type="text/javascript">$(document).ready(function(){ $('.title').css({'font-size' : '16px','font-family' : 'arial'});});</script>

or this

<script>$(".title").css({'font-size' : '16px','font-family' : 'arial'});</script>

So i would usually add a data lable, tick literal and add the above code in an expression and bingo it would work.

The data lable would be inside a table to work.

 

This code used to work fine in K2 5.0 and 5.1 but doesn't seem to work in 5.3, any ideas?

 

 

1 reply

Forum|alt.badge.img+16
  • Author
  • Scout
  • June 10, 2020

Just bumping this, any ideas?

 

Having the same issue trying to put an outside border around a table on a form.

 

Appears that no Javascript working like this, anything changed in 5.3 to prevent this?