Hello,
I have a masonry grid with sorting options turned on.
And I’d like to add an icon to each of the sorting tags.
How can I achieve that?
Hi bahamencz!
You could use some CSS like so.
.economy_sort_button:before {
font-size: 20px !important;
content: "\e822";
font-family: 'entypo-fontello';
}
Where “economy” is the name of the tag.
Best regards,
Elliott