Gray out certain column

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

.eapps-pricing-table-column-1 {
opacity: 0.5;
}

Replace 1 with the number of the needed column:

image