-
Notifications
You must be signed in to change notification settings - Fork 0
33 CSS Style
To style your application using CSS style sheets, you need to add your style to the /Content/Site.css file. The styles included in this file override all other styles including bootstrap styles.
You may use the Inspect tool to check if the style is applied or not.
If your modified style is not taken into consideration, check source of the page (using inspect), the link to site.css should be present in the header of the file. Otherwise, the the bundle config file if the the site is bundled after the bootstrap file.
If still there is an issue with the style, you may change the bootstrap.css or bootstrap.min.css directly to reflect your style. Be aware that when you update bootstrap through Nuget, this will erase all your changes. In this case, you need to make a backup of your bootstrap.css file