Re: What are some top-rated Bootstrap admin templates that not rely on Tailwind Programming Web Development by Dani Hello, DaniWeb actually uses Bootstrap, but I don’t use any preexisting templates. How much … code that uses css classes to piece together something unique? Bootstrap also has its own template store, if I recall correctly…. Also, Tailwind is a competitor to Bootstrap, so I’m confused what you mean about using them… What are some top-rated Bootstrap admin templates that not rely on Tailwind Programming Web Development by SanjayJoshi If I want to use Bootstrap 5 for my admin dashboard and avoid Tailwind, which templates should I consider? Re: What are some top-rated Bootstrap admin templates that not rely on Tailwind Programming Web Development by Dani Sorry, I don't know what you mean about building a buying persona through DaniWeb? Re: Looking for an developer-Friendly Admin Template Programming Web Development by Dani Official Bootstrap themes: https://themes.getbootstrap.com/product-category/admin-dashboard/ bootstrap Digital Media UI / UX Design by davy_yg agency.css body{ background: url("../images/backpack.jpg") no-repeat; } Hello, I understand bootstrap a little bit now. But how to make this backpack.jpg background works well with bootstrap? Any idea? Re: bootstrap Digital Media UI / UX Design by diafol No idea. How to make a background work well with bootstrap? What does that even mean? Tiled, stretched, not repeated, static, scrolling? Please read this back and ask yourself if it makes any sense. Bootstrap Programming Web Development by davy_yg Hello, I am looking for a good bootstrap forum. Any idea who knows which forum best to learn bootstrap? I have posted in several bootstrap forums and not even one person reply my question. Please help? Thanks before. Davy Re: Bootstrap Programming Web Development by minitauros Have you tried the bootstrap website? It contains a great starters guide. http://getbootstrap.com/css/ (I know you're asking for a forum, but my interpretation is that you are also looking for a way to learn bootstrap, hence this answer :)). Re: Bootstrap Programming Web Development by iamthwee I'm pretty sure someone here can help you. I've used a customised version of bootstrap extensively. Re: bootstrap Programming Web Development by gentlemedia … a sub menu with the CSS files (a bootstrap.css for development and bootstrap.min.css for production). If you're familliar…. Then replace the default css files that comes with the bootstrap download (http://getbootstrap.com/) with these ones. bootstrap Programming Web Development by idabasha can someone tell me how do i download a bootstrap theme? for example i want to save this one http://bootswatch.com/cerulean/ Bootstrap nav css Digital Media UI / UX Design by davy_yg …quot;> <link href="css/bootstrap.min.css" rel="stylesheet">…css" rel="stylesheet"> <!--bootstrap responsive css --> <div class="container…lt;/script> <!-- Bootstrap javascript --> <script src="js/bootstrap.min.js"></… Bootstrap portfolio-filter Digital Media UI / UX Design by davy_yg …lt;link rel="stylesheet" href="bootstrap-3.3.5/css/bootstrap.min.css"> <link rel="…;stylesheet" href="bootstrap-3.3.5/css/custom.css"> <script…;</script> <script src="bootstrap-3.3.5/js/bootstrap.min.js"></script> … Bootstrap on Android Digital Media UI / UX Design by davy_yg …lt;link rel="stylesheet" href="bootstrap-3.3.5/css/bootstrap.min.css"> <link rel="…;stylesheet" href="bootstrap-3.3.5/css/custom.css"> <script…;</script> <script src="bootstrap-3.3.5/js/bootstrap.min.js"></script> … Bootstrap for Product Category Digital Media UI / UX Design by davy_yg …lt;link rel="stylesheet" href="bootstrap-3.3.5/css/bootstrap.min.css"> <link rel="…;stylesheet" href="bootstrap-3.3.5/css/custom.css"> <script…;</script> <script src="bootstrap-3.3.5/js/bootstrap.min.js"></script> … Bootstrap modal hide does not work Programming Web Development by cgull …;title>thinklocal: thinklocal</title> <!-- Bootstrap --> <meta name="viewport" content…<link href="http://localhost/thinklocal/css/bootstrap.min.css" rel="stylesheet">…<link href="http://localhost/thinklocal/css/bootstrap-responsive.min.css" rel="stylesheet"&… Bootstrap Form Problem Programming Web Development by Himanshu Chawla …gt; <link href="css/bootstrap.min.css" rel="stylesheet"… /> <script src="js/bootstrap.min.js"></script> …gt; <script src="js/bootstrap-datepicker.js"></script>… Bootstrap resize Image Programming Web Development by davy_yg Hello, I am trying to resize image with bootstrap. Can anyone help me explain this phenomena: https://…stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"> <script src…<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script> &… Re: Bootstrap nav css Digital Media UI / UX Design by gentlemedia The grey background color is set in the bootstrap stylesheets linked at the top and is probably set to … HTML tags (inline CSS), but use an external stylesheet. The bootstrap.min.css is minified, so if the background color is… Re: Bootstrap nav css Digital Media UI / UX Design by mattster Add this somewhere in your stylesheet, or find it in the bootstrap CSS file (usually line 5 of bootstrap.min.css) and change it there. .navbar-default { background-color: #f8f8f8 !important; border-color: #e7e7e7 !important; } Re: Bootstrap for Product Category Digital Media UI / UX Design by gentlemedia … into layout issues as you've noticed. You built wilt Bootstrap so stick to its grid system. I told you before… you numerous times as well. http://www.sitepoint.com/understanding-bootstrap-grid-system/ Re: Bootstrap modal hide does not work Programming Web Development by LastMitch … codeigniter 1.2.2 and the latest version of bootstrap. Does the **bootstrap** worked before you merge it to **codeigniter**? Where is… you got that code from here: http://twitter.github.com/bootstrap/javascript.html#modals or here: http://igotstamp.appspot.com/pages… Bootstrap Courosel Digital Media UI / UX Design by davy_yg …;stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css"> <script src="…; <script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script> -->… Re: Bootstrap nav css Digital Media UI / UX Design by Mohandas1985 You can simply edit the bootstrap file after [unminify](https://www.cssminifiers.com/) the code in stylesheet. Re: bootstrap autocomplete Programming Web Development by Stefce …;stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css"> <script src="…;http://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script> <… bootstrap - nav Digital Media UI / UX Design by davy_yg Hello, I am in the middle of learning bootstrap and still trying to find a way to create a …"></script> <!-- Bootstrap javascript --> <script src="js/bootstrap.min.js"></script>… Bootstrap Span4 Digital Media UI / UX Design by davy_yg Hello, I am trying to use bootstrap to put my blogging in order. I expect …css"> <!-- <link href="css/bootstrap.min.css" rel="stylesheet"> <link… href="css/bootstrap-responsive.css" rel="stylesheet"> --> … bootstrap autocomplete Programming Web Development by Stefce …> </div> </div> Above is the bootstrap modal box which contains 16inputs (8 matches, 8 tips) so…. Im following this link: [tutorialrepublic](http://www.tutorialrepublic.com/twitter-bootstrap-tutorial/bootstrap-typeahead.php) Bootstrap Column Services Table Design UI Issue Programming Web Development by Himanshu Chawla … which I want to design. As I am new to bootstrap columns, I am getting problems in aligning the tables as… only want code to be in bootstrap-html only as my whole website is in bootstrap only. I got answer on stackoverflow… Re: Bootstrap Span4 Digital Media UI / UX Design by davy_yg … that still confusing to me such as : Grid Classes The Bootstrap grid system has four classes: xs (for phones) sm (for… rest are different then I should build 4 types of bootstrap to make it works in all devices - is that true…