• Resolved webdesignkilkenny

    (@webdesignkilkenny)


    Hi Tobias,

    I’m trying to change the font size of the <th> cells in my table as follows:


    .wp-table-reloaded-id-1 th {
    font-size:2em;
    }

    The above doesn’t work for me, any ideas?

    Thanks

    Eoin

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

    (@tobiasbg)

    Hi Eoin,

    I assume that you might need to raise the priority of that setting a little bit, as some other CSS might be interfering.

    Please try with this code, which appends the !important keyword:

    .wp-table-reloaded-id-1 th {
      font-size:2em!important;
    }

    Best wishes,
    Tobias

    Thread Starter webdesignkilkenny

    (@webdesignkilkenny)

    That fixed it Tobias – Thanks

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    great, thanks for the confirmation!

    Best wishes,
    Tobias

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: WP-Table Reloaded] Styling’ is closed to new replies.