Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    you are talking about texts like “($325 until 4/16)” in the table, right?

    You have correctly added a CSS class (“bluecolor”) to those, however, you have nowhere defined what this shall mean.

    So, likely all you need is some “Custom CSS” like this:

    .bluecolor {
      color: #0000ff;
    }

    Best wishes,
    Tobias

    Thread Starter teachertrainer

    (@teachertrainer)

    Worked like a charm. Now, one more issue to do with this. Same table, and I can’t get ‘waitlisting’ to appear without being bolded. I’ve tried deleting the text and saving the table, then adding it back in. All of my other tables, as well as the row below it, keep the font regular. On this row, however, since updating the plug-in, it keeps it bolded. Can you help?

    Thanks!

    p.s. You are amazing, as is this plug-in!

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks for the confirmation that this worked.

    “waitlisting” is appearing in bold font, because the command to make the “April 2-3, 16-17, 2011” in front of it bold is not closed properly:
    You have written <b/> instead of </b>. Just fix the position of the slash, and you’ll be fine.

    Best wishes,
    Tobias

    Thread Starter teachertrainer

    (@teachertrainer)

    Wow, you are right. How I couldn’t see that is beyond me! Thanks!

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    no problem. Those little things are the hardest to see, but I knew what I needed to look for, therefore I found it 🙂

    Best wishes,
    Tobias

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘[Plugin: WP-Table Reloaded] Font colors missing in table’ is closed to new replies.