• I am using wp-table reloaded 1.8 with wp 3.03 on a local server for development.

    On creating a small 5×5 table, the rows have alternating colors even when I turn the check box off. The generated html has code like this:
    <tr class=”row-5 alt”>
    It seems the “alt” class is not being removed by the plug-in. One result is that when I put in custom css to color a column, only the non-alt elements in that column become colored.

Viewing 1 replies (of 1 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your question.

    The CSS class names for the alternating row colors are called odd and even in WP-Table Reloaded, so your alt class must come from somewhere else. Likely, it is coming from your theme (the Atahualpa theme is known for it).
    Usually, there’s an option in the theme settings to turn it off then.

    If you can’t find it, you could try to increase the priority of your CSS command, by appending a !important, like this:

    background-color: #ff0000!important;

    Hope that helps,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: WP-Table Reloaded] Cannot turn off alternating rows’ is closed to new replies.