Tagged: x
-
AuthorPosts
-
September 8, 2016 at 11:16 am #1166609
Jacob DParticipantI’ve added a Font Awesome icon inline with some text and it looks as expected in the Cornerstone preview, but when viewed live in my browser, they are missing. The code I am using I found in the forums, so I’m wondering if there is another piece of the puzzle I might be missing or if I need to execute this differently?
<p style="font-size: 12px; line-height: 100%;"><a href="#"><i class="fa fa-envelope"></i> Email Esmeralda</a></p>You can view the live page on the dev site here: http://homewardbound.pmcgdev.com/about/
September 8, 2016 at 2:02 pm #1166879
Nabeel AModeratorHi there,
Thanks for writing in! Please add the following code in your Child Theme’s style.css file:
.fa-envelope:before { content: "\f003"; display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }Let us know how this goes!
September 8, 2016 at 2:46 pm #1166938
Jacob DParticipantThat did the trick, thank you again for such amazing support!
September 8, 2016 at 3:26 pm #1167000
Prasant RaiModeratorYou are most welcome. 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1166609 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
