Add possibility to change color of icons (check vs cross) within same column

As today, it is not possible, in one same column, to have for example RED cross icons for missing features, and GREEN check icons for existing features. This is super standard in feature comparison table, or in pricing tables in general. The CROSS and CHECK icons are today all of the same color. A real no-go!

Thanks for the quick change!

Folks, our former Wishlist portal, where our users shared their requests and suggestions, was transferred to this forum. You’re most welcome to vote, add new ideas, and leave your comments here — we surely will consider them all! :star_struck:

Original Votes: 1

It is possible to do this exact thing by applying the following CSS code:

.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;
}

That’s awesome to have a code for this, however I’d prefer to have this in the widget settings. :wink:

1 Like

I tried the css code mentioned in this thread but it didn’t seem to take. Anyone have an updated option for this by chance? I have a client that would love the icons to be different colors based on the icon.

1 Like

I am having the same issue and am considering just not using the table because of this. Icon colors are super important in having features stand-out. Would love a quick and simple fix for this

Also, tried using that CSS Code but had no luck