How do I Install Bootstrap to my Umbraco 8 Project
Whats the best way to install bootstrap onto my Umbraco 8 project?
im not amazing at CSS and i have heard bootstrap can make styling my pages easier, the starter site seems to have some boot strap syntax but a lot is missing.
At the top (in the html head) add a reference to bootstrap.css. The best way to do that is using a CDN link. You can grab the CDN link from by visiting the line I added above.
At the bottom (just before the end body tag) add a reference to bootstrap.js. The best way to do that is using a CDN link. You can grab the CDN link from by visiting the line I added above.
How do I Install Bootstrap to my Umbraco 8 Project
Whats the best way to install bootstrap onto my Umbraco 8 project?
im not amazing at CSS and i have heard bootstrap can make styling my pages easier, the starter site seems to have some boot strap syntax but a lot is missing.
Can anyone help me.
Hi Nathan,
This is very easy as with any website.
If you are using the starter site there should be a view called Master.cshtml or MasterView.cshtml.
You are wanting to edit that file.
First of all this link will help you. https://www.bootstrapcdn.com/
It should look something like this.
It should look something like this.
That's it. Very easy!
Hope this helps.
Regards
David
Thankyou, That helped.
I have wrote a Step by Step Blog if any one else needs help.
https://www.umbrajobs.com/blog/posts/2020/july/how-to-install-bootstrap-with-umbrcao-8/
Yeah looks like you figured it out.
is working on a reply...