How to Style the table that:
1. Heading Line Has a Background color: 848484
Font White, And Font Size bigger than now
2. The left column ist not automatically in capital Letters
Maybe with the align right just in the left column
Hey jillinnemann,
Add this to quick css:
.avia-heading-row th:nth-child(2),
.avia-heading-row th:nth-child(3),
.avia-heading-row th:nth-child(4){
background:#848484!important;
}
.avia-heading-row th:nth-child(2) b,
.avia-heading-row th:nth-child(3) b,
.avia-heading-row th:nth-child(4) b{
color:#fff!important;
}
.avia-table-1 tr th:nth-child(1){
text-transform: none!important;
text-align:right!important;
}
Best regards,
Jordan Shannon