Okay
  Public Ticket #924693
Post Format Icons
Closed

Comments

  •  2
    Thomas started the conversation

    How can I change the post format Icons, I know that they are being pulled from the linear icons set, I just need to swap up what Icon goes with what set. Thanks!

  • [deleted] replied

    Hi Thomas,

    I think that we use this font collection 

    So those are all the icons.

  •  2
    Thomas replied

    You're right, I was just wondering where I would go about changing what icon is associated with which post type. Right now if I click the show post type icons in the theme settings panel, the default post type shows up with the basic sheet icon, I would like to change that to displaying the star icon or one of the others. Thanks!


  • [deleted] replied

    Hi Thomas,

    We don't offer that option for the moment. If you want to show the star icon there, just add the code below to Custom CSS:

    .blog-holder .box-holder .post-format .post-type i:before {
        content: "\e013" !important;
    }