Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #117772

    nathansjcorp
    Participant

    Hi:
    this is the code i saved:

    .x-recent-posts .format-standard .x-recent-posts-img:before{content:”\\f04b”;}
    }
    .entry-thumb:before {content:”\\f04b”;}

    .x-recent-posts .format-link .x-recent-posts-img:before{content:”\\f0f6″;}

    when i close customizer and reopen again, something overwrites what i wrote.
    it now becomes:
    .x-recent-posts .format-standard .x-recent-posts-img:before{content:”\f04b”;}
    }
    .entry-thumb:before {content:”\f04b”;}

    .x-recent-posts .format-link .x-recent-posts-img:before{content:”\f0f6″;}

    Please note the double backslash is now a single back slash.

    I just want to set different font_awesome glyphs instead of default ones, (currently only the double backslash method works)if there is a better way to do this please let me know.

    #117773

    nathansjcorp
    Participant
    This reply has been marked as private.
    #117896

    Christopher
    Moderator

    Hi there,

    As i see it’s working ,You can use any font awesome code you want this way,Since you target elements that they generate as you add content or image ,You should use CSS codes.But if you wanted to use icons inside the content you could use icon shortcode.

    Hope it helps.
    Thank you.