Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #939866

    I have set up a few tabular data tables and the font seems to be huge. Can you tell me where I can change the size please?
    login details below
    Many thanks

    #940246

    Hey bauchope,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .avia-table.avia-data-table.avia-table-2.avia-builder-el-7 .avia-heading-row th,
    .avia-table.avia-data-table.avia-table-3.avia-builder-el-9 .avia-heading-row th {
      font-size: 16px;
    }
    .avia-table.avia-data-table.avia-table-2.avia-builder-el-7 td,
    .avia-table.avia-data-table.avia-table-3.avia-builder-el-9 td {
      font-size: 14px;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.