• Resolved Javi Ferrer

    (@javiferrer)


    Hi there. I’m looking to change the color of first line of firsts columns in a table. For example first line is the tittle in other color, and the other content abobe in this cell have default color.l It would be great in advanced editor have these icons (as tinymce) to change it. (color, underlined…). The two format options are bold and italic.

    Other way would be by css but reading the documentation I don’t know how to to apply onli the first line in the cells of column-1.
    https://prnt.sc/otvkjc

    Regards

    • This topic was modified 5 years, 3 months ago by Javi Ferrer. Reason: Adding screenshot
    • This topic was modified 5 years, 3 months ago by Javi Ferrer.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    Sorry, at this time, the “Advanced Editor” only has the bold and italics buttons. For other styling, like color and underlining, the best approach is CSS or HTML code. For example, you could add this around your test:

    <span class="underline">This will be underlined.</style>
    

    together with this “Custom CSS” on the “Plugin Options” screen:

    .tablepress .underline {
      text-decoration: underline;
    }

    Please also see https://tablepress.org/faq/highlight-cells-or-content/ and https://tablepress.org/faq/change-font-family-size-color/ in the TablePress FAQ. A combination of those can be used to change the text color of e.g. a <span> HTML element like that from above.

    Regards,
    Tobias

    Thread Starter Javi Ferrer

    (@javiferrer)

    Thank for your answer Tobias. I will try in this way.

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    sounds good! If you have specific questions then, please let me know!

    Regards,
    Tobias

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to change text format in a line of a column?’ is closed to new replies.