CSS
Take advantage of the Bootnews past, current and future updates, by learning how to create your own content without changing the core styles of Bootnews.
How to create a new style?
To avoid file loss, overrides of your custom styles or any other conflicts during the upgrade process, create or modify your styles with assets/css/custom.css
file.
Custom files must be included after Bootnews stylesheet.
<!--Theme Styles-->
<link rel="stylesheet" href="../../assets/css/theme.css">
<!--Your Custom Styles-->
<link rel="stylesheet" href="../../assets/css/custom.css">
We not recommended this step, because we have custom.scss file in package. But if you not using tools, you can use this step. In bootstrap 5 2 or later, you can edit bootstrap css more easily because it already supports (css variables).
Not recommended
Overriding default styles of Bootnews, must be done through SASS method, but not using CSS. SASS generator will override your custom CSS styles, when it is generated.