Keauxlapo Posted October 27 Share Posted October 27 Website: https://www.kolapoakinwumi.com/keris So I've been adding font icons to my website. They show up when I go into the editor, but they disappear on my live page. My CSS: @import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css); html { scroll-behavior: smooth; } Sample HTML code for an Icon: <i class="fa fa-gamepad fa-5x fa-fw" aria-hidden="true"></i> Can anyone identify the issue? Thank you! Link to comment
tuanphan Posted October 30 Share Posted October 30 Try this new code @import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"); html { scroll-behavior: smooth; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Keauxlapo Posted October 30 Author Share Posted October 30 15 hours ago, tuanphan said: Try this new code @import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"); html { scroll-behavior: smooth; } Thanks for your help, Tuanphan. I tried this solution and the icons still don't appear, unfortunately. I noticed that they'll still appear whether or not I have quotations around the URL while I'm editing, but they never appear on the live site. Link to comment
tuanphan Posted November 3 Share Posted November 3 On 10/31/2023 at 2:33 AM, Keauxlapo said: Thanks for your help, Tuanphan. I tried this solution and the icons still don't appear, unfortunately. I noticed that they'll still appear whether or not I have quotations around the URL while I'm editing, but they never appear on the live site. Try adding this to Code Injection > header <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Keauxlapo Posted November 3 Author Share Posted November 3 1 hour ago, tuanphan said: Try adding this to Code Injection > header <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> Thanks again! I don't have the business subscription so I can't use Code Injection. Is there a different solution? Link to comment
tuanphan Posted November 6 Share Posted November 6 On 11/3/2023 at 1:10 PM, Keauxlapo said: Thanks again! I don't have the business subscription so I can't use Code Injection. Is there a different solution? You try edit your Site Footer > Add a Code Block > Paste that line Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment