• iartisan

    (@iartisan)


    I was wondering if there was a way to specifically set the style(s) for a certain row? I’d like to make row 15 of the table located on this page: http://iartisan.com/hosting match the tablehead (dark bg w/ white font).

    I was able to set the width and text-align for columns 2, 3 and 4, but I cannot find a way to adjust the properties for a specific row.

    Any help would be greatly appreciated.

Viewing 1 replies (of 1 total)
  • Hi,

    sorry for the late answer. But unfortunately you didn’t tag your post correctly with “wp-table-reloaded”, therefore I was unable to see it, because I wasn’t notified.

    You can use CSS for that. Just use the following CSS
    .wp-table-reloaded .row-15 {
    background-color: #616161;
    border: 1px solid #FFF;
    font-size: 10pt;
    color: #FFF;
    padding: 4px;
    }

    and add it to the CSS box on the “Plugin Options” screen.

    If you have any questions, let me know here.

    Regards,
    Tobias

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: WP-Table Reloaded] Coloring specific rows’ is closed to new replies.