JABRONI Well-known member May 20, 2013 #1 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.
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.
Shelley Well-known member May 20, 2013 #2 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;} Upvote 0 Downvote
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;}