Add the following to your Theme’s stylesheet:
.wp-list-table th {
background-color:blue;
}
It should work 😉
Em
Thread Starter
T4r4n
(@t4r4n)
Thank u very much, you ar e my hero!!
Do you know how to change the header who displays the record’s numbeR?
COuld you give me a tutorial to change everything for the list?
caption {
text-align:right;
font-family: Verdana, "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
font-size: 10px;
}
Thread Starter
T4r4n
(@t4r4n)
And for change the color of the numbers record header?
Thank you very much for your atention
Thread Starter
T4r4n
(@t4r4n)
I dont see one question, how can i change the backgorudn of the list. The backgroudn color of the text container with my records?
.wp-list-table td {
background-color:#cccccc;
}