-
AuthorPosts
-
October 3, 2014 at 1:23 am #117772
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.
October 3, 2014 at 1:26 am #117773This reply has been marked as private.October 3, 2014 at 6:56 am #117896Hi 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. -
AuthorPosts