Change background color for a certain line

Add this code to the Custom CSS field on the Appearance tab of your Pricing Table widget’s settings:

.eapps-pricing-table-column-2
.eapps-pricing-table-column-features-item:nth-child(2) {
background: black;
}

Do not forget to add the number of the needed column in column-2 part and the line number in nth-child(2)