• Resolved hotshotjacko

    (@hotshotjacko)


    I’ve applied global CSS styling in Plugin Options, but still my new tables look different in the background colour.

    https://photos.app.goo.gl/zBQCMogdqyjvjmjE7

    https://photos.app.goo.gl/PDM22dNfso3L3kqt6

    CSS:

    .tablepress tbody td {
    	background-color: #22242c;
    }
    
    .tablepress tbody td {
    	font-family: Tahoma;
    	font-size: 14px;
    	font-weight: bold;
    	color: #ffffff;
    }
    
    .tablepress thead th,
    .tablepress tfoot th {
    	background-color: #22242c;
    	color: #ffffff;
    }
    
    .tablepress .row-hover tr:hover td {
    	background-color: #282727;
    	color: #ffffff;
    }
    
    .tablepress a {
    	color: #ffffff;
    }
Viewing 1 replies (of 1 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    It looks like you have enabled the “Alternating Row Colors” checkbox on the “Edit” screen of the second table. Can you please check that? If that’s not it, 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 ‘Styling is different on different tables’ is closed to new replies.