• Resolved joymk

    (@joymk)


    Is there some way to switch the Genericons used for the post format icons over the post titles? I tried to switch them in style.css but it didn’t work.

    thanks!

Viewing 1 replies (of 1 total)
  • You can target the Genericons following this format, which replaces the image post-format icon with a heart, for example:

    .content-area .hentry.format-image:before {
         content: "\f461";
    }

    You can adjust the format-image class as necessary, and grab the Genericon code from here, by clicking the icon you want and the clicking “Copy CSS.”

    https://genericons.com/

    Let me know how it goes!

Viewing 1 replies (of 1 total)
  • The topic ‘Switching out Genericons’ is closed to new replies.