• Resolved seeker2734

    (@seeker2734)


    I’ve changed the styling of the table title for all tables on my site using the following code in the Custom CSS:

    .tablepress-table-name {
    	text-align: left;
    	font-size: 14pt !important;
    }

    This works for all table titles, but which of the following CSS selectors would I use to target a specific table title (using the table on the referenced page as an example):

    • .tablepress-table-name .tablepress-table-name-id-9
    • .tablepress-table-name-id-9
    • something else?

    Thanks for your help!

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

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

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    The second choice:

    .tablepress-table-name-id-9 {
      font-size: 16pt !important;
    }

    Regards,
    Tobias

    Thread Starter seeker2734

    (@seeker2734)

    That’s got it.

    Thanks for your help!

    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 ‘Change Table Title Styling for a Specific Table’ is closed to new replies.