Data Row head styling?

JABRONI

Well-known member
Screen Shot 2013-05-20 at 9.26.26 AM.webp

Does anyone know what I need to edit to change the color of the head row there? The white doesn't really fit in with the dark haha.

Thanks, & take care.
 
I'm sure this can be done via SP but adding the following in EXTRA.CSS and adjusting accordantly to your preference should work.

Code:
.dataTable tr.dataRow th {
    background: url("@imagePath/xenforo/gradients/category-23px-light.png") repeat-x scroll center top #F9D9B0;
    border-bottom: 1px solid #F9BC6D;
    border-top: 1px solid #F9D9B0;
    color: #6D3F03;}
 
Top Bottom