• hi there tobias,

    great plug in!

    i am having trouble finding how to add custom theme cuffon font to the header row. for instance H2 or H3 would do fine. any suggestions for the code?

    i am also having an issue with borders showing after using this code but it must be a theme interfering. i can still see horizontal tr borders (and since my theme is grayish, i can hardly tell if the outside borders are present or cleared by this code.

    .wp-table-reloaded, .wp-table-reloaded td, .wp-table-reloaded th {
      border: none!important;
      border-collapse: collapse!important;
      border-spacing: 0px!important;
    }
    
    .wp-table-reloaded th {
      text-align: center;
    }
    
    .wp-table-reloaded td {
      text-align: center;
    }
    
    .wp-table-reloaded .column-1 {
      text-align: right;
    }

    appreciate your help!

The topic ‘[Plugin: WP-Table Reloaded] Custom theme cuffon in TH?’ is closed to new replies.