Color crosses red, ticks green

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

.eapps-pricing-table-column-features-item-icon.eapps-pricing-table-column-features-item-icon-check {
fill: green !important;
}

.eapps-pricing-table-column-features-item-icon.eapps-pricing-table-column-features-item-icon-cross {
    fill: red !important;
}

Thanks for this!

2 Likes

It’s awesome that the code helped you, @user11164!

Fee free to check out other threads or ask questions here, we’re always happy to help :hugs:

1 Like