XF 1.2 External CSS on a page!

Cadenza

Member
Licensed customer
I'm trying to create a page with a bootstrap jumbotron but i need help importing the css on xenforo.
 
You can include it in the PAGE_CONTAINER template using, for example:
Code:
<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
 
Back
Top Bottom