Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    The table on https://www.kooperusa.com/dooper/ has the table ID 2. However, you only have “Custom CSS” for tables 1 and 3.
    If you want to change those background colors for all tables, you could simply use

    .tablepress .odd td {
    	background-color: #d9edf7;
    }
    
    .tablepress .even td {
    	background-color: #f6fbfd;
    }

    (without the -id-1 part). It will then affect all tables.

    Regards,
    Tobias

    Thread Starter ashamis

    (@ashamis)

    great! thanks!

    how do i set the column with for both columns?

    thanks

    A

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    good to hear that!
    Note that you have a duplication of the code now. One copy of the code from above is enough ??

    Also, it looks like you were successful with the column widths already, right?

    Best wishes,
    Tobias

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Custom CSS showing on one table but is NOT showing on another’ is closed to new replies.