Crocoblock / suggestions

The suggestions for CrocoBlock project
195 stars 78 forks source link

Custom icon for tick in check box filter #6322

Open Michaelgimii opened 1 year ago

Michaelgimii commented 1 year ago

Please, describe the feature request, making it clear to understand.

In the checkbox filter widget, when we select an option, the tick icon cannot be changed. For example, we can display a cross icon instead of a tick icon. Or even display a more beautiful tick icon.

So please keep this little feature in mind. thanks

morosmo commented 1 year ago

I always try to replace it with css but it case the position issues. Every time Icon get changed but position is not in center. If we cna seleect from elementor library or we can pase font-awesome class or upload svg. That will be great :) +100

79ho3ein commented 1 year ago

+1

Lonsdale201 commented 1 year ago

I always try to replace it with css but it case the position issues. Every time Icon get changed but position is not in center. If we cna seleect from elementor library or we can pase font-awesome class or upload svg. That will be great :) +100

i.jet-checkboxes-list__checked-icon.fa.fa-check:before  {
   content: "\f00d";
}

It's interesting, because basically the FA, more precisely the main class of this widget is positioned correctly, so something could be very wrong if it's not centered.