Page 1 of 1

Styling the Data filter for a list

Posted: Tue Jan 27, 2015 3:55 pm
by realmadrid2121 .

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


Styling the Data filter for a list

Posted: Tue Jan 27, 2015 5:41 pm
by Alena Prykhodko

Hello,

Not sure I understand what you are trying to achieve.
Show us what you have tried and what does not work.


Styling the Data filter for a list

Posted: Wed Jan 28, 2015 4:37 am
by Yurii Orishchuk

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.


Styling the Data filter for a list

Posted: Wed Jan 28, 2015 4:52 am
by Nabeal Saif

Thank Yurii, worked perfect


Styling the Data filter for a list

Posted: Wed Jan 28, 2015 4:52 am
by Nabeal Saif

Thanks Yurii, Worked Perfect


Styling the Data filter for a list

Posted: Wed Jan 28, 2015 4:55 am
by realmadrid2121 .

Thanks Yurii, This worked !