The default css adminlte need to be loaded because there are the default styles for entire app. You need to create new css file like twisted1919 says above and make sure you overwrite default styles which are by default in adminlte css file.Quick question. I am creating a new skin as advised by twisted1919, however after uploading it and selecting the skin for my customers, the issue is when it loads, it loads the default css, adminlte.css. Any way to change that to our custom css?
.box-title {
font-size: 18px;
margin: 0;
line-height: 1;
}
.box-title {
font-size: 20px; // Increase font size for this class
}