• Resolved Alex H

    (@alex-h)


    Hi
    Two questions if I may:
    1. I have your code to allow me to set the font size in the css (tbody), however I would like to also reduce the header row – is this possible please

    2. I have a row cell for an email link. how would I enter the following: Email Sylvia

    Many thanks

    Alex

    https://wordpress.org/plugins/tablepress/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    1. The header row is called thead, and header cells are th, thus something like

    .tablepress-id-123 thead th {
      font-size: 20px;
    }

    should help for the font size.

    2. Email links need the mailto: protocol, i.e. you would enter them as

    <a href="mailto:mail@example.com">Email Name</a>

    Regards,
    Tobias

    Thread Starter Alex H

    (@alex-h)

    thanks for speedy response

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! 🙂 Good to hear that this helped!

    Best wishes,
    Tobias

    P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Font Size and Email links’ is closed to new replies.