Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #715982

    How do I change the font size on the table element as the text is too small and does not change when I change the overall font size.

    #716253

    Hey Dom,

    Could you post a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    #716373

    Thanks Richard:

    #717379

    Hi,

    Thank you for using Enfold.

    Please add this in the Quick CSS field.

    td {
        font-size: 18px;
    }

    For the table heading, use this.

    th {
        font-size: 20px;
    }
    

    Best regards,
    Ismael

    #718138

    great, thanks

    #719555

    Hi,

    Glad we could help, please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Enfold Table font size’ is closed to new replies.