• I am using contact db in conjunction with the AVADA theme in WordPress. I have generated a page that should display the data table information an allow the option to export the data in a cvs file. The table is generated and displayed but the font is so small it cannot be read. How can I increase the font size of this table?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter cvc505

    (@cvc505)

    OK, I think I have found the CSS parameter that needs to be changed. looks like it is:
    table.cf7-db-table tbody td.
    Right now it is showing xx-small when I change it to large in the “inspect” feature of Google the table size increases to a readable level. The problem is I cannot find which CSS file has this command in it. I think I have looked at every CSS file in my WordPress installation. Does anybody have an Idea?

    Thread Starter cvc505

    (@cvc505)

    solved the problem. the parameter wasn’t in a css file but hardcoded into a PHP file. Used GrepWiin to search for the string “font-size: x-small” changed that to medium and that fixed the issue.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Increasing font size in displayed table’ is closed to new replies.