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

    (@tobiasbg)

    Hi,

    to achieve this, please try the following code, which needs to be pasted into the “Custom CSS” textarea on the “Plugin Options” screen:

    .wp-table-reloaded-id-123 th {
      color: #ff0000;
    }

    Change the table ID and color as needed.

    Regards,
    Tobias

    Thread Starter sravankumardv

    (@sravankumardv)

    Hi,

    Thanks for the very quick reply.I tried the code but it is not working. I am not sure where the problem is located. Is there any other alternative. Please help me out.

    ZinZang

    (@zinzangstudio)

    sravankumardv,
    Did you change the “id-123” portion of the above code to match the actual ID of your table?

    If so and it still isn’t working, a link to the page could help with figuring it out.

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    please try again with

    .wp-table-reloaded-id-123 th {
      color: #ff0000!important;
    }

    If that his not working, please post the URL to the page with your table.

    Regards,
    Tobias

    Thread Starter sravankumardv

    (@sravankumardv)

    Thanks it is working, but it did not work previously. So I am little confused, the code works sometime but it does not work sometime.

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    note that there is an additional parameter “!important” in the code in my last post. Probably this was needed to give the command more weight in the CSS processing. Sometimes the solution is this simple fortunately 🙂

    Best wishes,
    Tobias

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Plugin: WP-Table Reloaded] Color of the text in the table header row’ is closed to new replies.