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

Tablepress – change column colours

$
0
0

Replies: 0

Hi,
I want to change the colour of the 1st and 3rd columns of this table, but only the 1st column changes, and I’m struggling to work out why?
Any ideas?
AV

.tablepress-id-4 .column-1 {
width: 15%;
text-align: left;
color: #FF4500;
}

.tablepress-id-4 .column-2 {
width: 35%;
text-align: left;
}

.tablepress-id-15 .column-3 {
width: 15%;
text-align: left;
color: #FF4500;
}

.tablepress-id-15 .column-4 {
width: 35%;
text-align: left;
}


Viewing all articles
Browse latest Browse all 59525

Trending Articles