Table Font Size

drogers

New Member
Is there a way to change the font size on the frontend table? I tried playing with the CSS, in fabrik-groups. I can change the form fonts but it does not change what is being displayed on the frontend table.


Thanks for your help...
 
Hi Don

It depends on which version of fabrik you have installed I think. For 1.x It would be:

table .mfDataTable{
font-size:80%;
}

for 2.x it would be

table .fabrikTable{
font-size:80%;
}
 
Hi,

The font size of my text area box is smaller than other text fields. Where can I change the size? I dont find anything in the files!!

I have Fabrik 1.0.2

Thanks a lot!
 
I think the table name changed when upgrading to 1.04. I had table .mfDataTable{font-size:73%;} pasted into the Template CSS and it's no longer working? Anyone know the new ""Table name?
 
Resolved.....

Use the below and paste in the Joomla Template to change the font size.

table .fabrikTable{
font-size:80%;
}
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top