
Originally Posted by
Thannaree
For those who want to have a wordpress icon in (or latest font awesome css for) the footer
Open : includes/templates/westminster_new/common/html_header.php and replace
Code:
<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet" />
Code:
<link href="//netdna.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.css" rel="stylesheet" />
and since Awesome Font is now at version 4.3.0, this is now the change one needs if they want the latest and greatest Awesome Font
Code:
<link href="//netdna.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.css" rel="stylesheet" />
Bookmarks