Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

Different Header Color and Column Color

$
0
0

Replies: 0

Hi Tobias!

I’m having difficulty changing the header color in my table. I also need the columns to be in a different color from header. I’m using these codes but didn’t work, I can either change header color, or change column colors, but not both.

Tried utilized the !important as well…any thoughts?

.tablepress-id-149 .column-2 {
background-color: #ADF499;
}

.tablepress-id-149 .column-3 {
background-color: #eee6ff;
}

.tablepress-id-149 thead th,
.tablepress-id-149 tfoot th {
background-color: #d9edf7 !important;
}


Viewing all articles
Browse latest Browse all 59525

Trending Articles