Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #421318

    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?

    #422037

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.