• Resolved akedv

    (@ak71)


    I’m using this custom css, but only the odd rows will change the color.

    it seems only the first occurance will be taken, because if i exchange the snippets, only the even rows change the color…. very odd!

    .tablepress .even td {
    	background-color: #F0F0F0;
    }
    
    .tablepress .odd td {
    	background-color: #E0E0E0;
    }

    https://wordpress.org/plugins/tablepress/

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

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    Most likely, your theme brings own CSS that it’s interfering here.
    Can you please post a link to the page with the table where this problem happens, so that I can take a direct look? Thanks!

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘can't change color of even rows’ is closed to new replies.