Trying a few different methods to get the data filter for list item to display a bigger font. Cant seem to get this to work . Please help
Trying a few different methods to get the data filter for list item to display a bigger font. Cant seem to get this to work . Please help
Hello,
Not sure I understand what you are trying to achieve.
Show us what you have tried and what does not work.
Hello,
Please use following JS code to change styles:
pre
//where "mobilelist_303" is your list name.
Apperyio("mobilelist_303").parent("*").find(".ui-filterable input").css("font-size", "30px")
/pre
Regards.
Thank Yurii, worked perfect
Thanks Yurii, Worked Perfect
Thanks Yurii, This worked !