Tyler Gore Member Mar 19, 2014 #1 I'm trying to create a page with a bootstrap jumbotron but i need help importing the css on xenforo.
Jake Bunce Well-known member Mar 20, 2014 #2 You want to add external CSS to a page within XenForo? Or vice versa? Upvote 0 Downvote
Tyler Gore Member Mar 20, 2014 #3 I was wanting to add external CSS within a Xenforo Page. Upvote 0 Downvote
P Paul B XenForo moderator Staff member Mar 20, 2014 #4 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"> Upvote 0 Downvote
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">