Customization

How to edit & customize your Binsar-pro theme.

There are two types to theme customization. First way is Easy to use CSS file, and second way is the more advanced is customizing the SCSS files.

  • 1. Customizing SCSS: _user-variables.scss - This file can be used to customizing or override Bootstrap core and Binsar-pro variables for customizing elements that have been tied to variables. _user-variables.scss files located in the /assets/scss folder.
  • 2. Compiled CSS: If you plan on using our Binsar-pro theme or you need minor customizing. Feel free to simply attach the edit compiled theme.min.css file in the dist/assets/css directory.

For more information about customizing in Bootstrap visit getbootstrap.com/docs/4.5/getting-started/theming/