• Resolved nunopereira24

    (@nunopereira24)


    Hi,

    I′m creating a table using this plugin.
    But there′s one thing I need, is different colors for each individual table header, like the one in this page: https://norneg.pt/precos/

    How can I customize each table header on Tablepress?

    Thank you.

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

Viewing 1 replies (of 1 total)
  • Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    To set different colors, please see the examples from https://tablepress.org/faq/

    You will want to use CSS code like

    .tablepress-id-1 thead .column-2 {
      background-color: #ff0000;
    }

    for each cell.

    In addition, on the page where you have embedded the Shortcode, please switch from the “Visual” to the “Text” view. After that, you should see HTML tags like <pre> and </pre> around the Shortcode. Please remove all of those! They currently break the styling and layout.

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘Diferent Table header colors’ is closed to new replies.