indicator Member Aug 22, 2017 #1 Hi there, Is there any icons system that comes with XF 1.5 that I can use at the different location? Otherwise, how can I use font awesome on pages? Thanks in advance
Hi there, Is there any icons system that comes with XF 1.5 that I can use at the different location? Otherwise, how can I use font awesome on pages? Thanks in advance
M@rc Well-known member Aug 22, 2017 #2 indicator said: Otherwise, how can I use font awesome on pages? Click to expand... Add this between the head tags of your PAGE Container template : Code: <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> Then use the following to display the icon you want - http://fontawesome.io/icon/meetup/ (go to another icon page to find the code) You can also use CSS. Upvote 0 Downvote
indicator said: Otherwise, how can I use font awesome on pages? Click to expand... Add this between the head tags of your PAGE Container template : Code: <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> Then use the following to display the icon you want - http://fontawesome.io/icon/meetup/ (go to another icon page to find the code) You can also use CSS.