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.

    My assumption here is that your theme is also setting colors for the alternating rows, but in a more aggressie manner. We might therefore have to increase the priority of this “Custom CSS”, by adding the !important keyword:

    .tablepress .odd td {
    	background-color: #ff0000 !important;
    }
    .tablepress .even td {
    	background-color: #00ff00 !important;
    }

    Can you please try again with that?

    Regards,
    Tobias

    Thread Starter Kurt_T

    (@kurt_t)

    Hi Tobias,

    your assumption was correct. It works now. Thanx

    Kurt

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! ?? Good to hear that this helped!

    Best wishes,
    Tobias

    P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘custom css’ is closed to new replies.