How can I implement a theme from bootswatch or wrapbootstrap in an MVC 5 project?

后端 未结 6 1753
深忆病人
深忆病人 2020-11-30 16:59

I am about to create a new ASP.Net MVC5 web application. I would like to use a theme from bootswatch or wrapbootstrap in the application, but cannot find a set of instructio

6条回答
  •  佛祖请我去吃肉
    2020-11-30 17:32

    First, if you are able to locate your

    bootstrap.css file

    and

    bootstrap.min.js file

    in your computer, then what you just do is

    First download your favorite theme i.e. from http://bootswatch.com/

    Copy the downloaded bootstrap.css and bootstrap.min.js files

    Then in your computer locate the existing files and replace them with the new downloaded files.

    NOTE: ensure your downloaded files are renamed to what is in your folder

    i.e.

    Then you are good to go.

    sometimes result may not display immediately. your may need to run the css on your browser as a way of refreshing

提交回复
热议问题