• Resolved architect6

    (@architect6)


    The font size isn’t changing with the css you provided on the site. We tried with several selectors from the documentation, but none seemed to work. Could you please help me with this issue? Thanks so much

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

Viewing 1 replies (of 1 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    Your theme is setting the font size in tables rather aggressively. Please add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .tablepress thead th,
    .tablepress tbody td {
      font-size: 20px !important;
    }

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘Font size’ is closed to new replies.