ParamQuery grid support forum
General Category => Help for ParamQuery Pro => Topic started by: stoodin on April 29, 2014, 12:40:33 am
-
Hi,
I have 5 grids on one page and I want to change the font just on of of them.
I tried pq_rowcls:'pq-row-schedule' on a row with
tr.pq-row-schedule td
{
font-size: 8px;
}
but that doesn't work.
I can't change it on div.pq-grid * because it impacts all other grids.
Can I specify something like #<grid_name> div.pq-grid * ???
Thanks a lot
-
Did you try
#<grid id> tr.pq-row-schedule > td
{
font-size: 8px;
}