I wa...">All geek questions in one placeWant to change the default icon for Caret in Bootstrap3?I want to change the default icon that appears when I use<b class="caret"></b> I want to replace it with some FontAwesome icons. How to do it?+5twitter-bootstrap icons caretAj kumar Oct 15 '14 at 7:21source share2 answersjust change the class to a cool class. Make sure you have fontovesome stylesheet <link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"/> <i class="fa fa-caret-down">Caret</i> +5Jonathan Oct 15 '14 at 7:25source shareUse <b class="fa <your preferred fa icon>"></b>enable <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> for the icons.+2Barry Oct 15 '14 at 7:26source shareSource: https://habr.com/ru/post/1204710/More articles:Assembly optimized from assembly - reflectionIntelliJ and JavaFX support - intellij-ideaEF 6.1 Scalar-Valued Feature Database - c #How to get parsing errors using DomDocument :: loadXML () - phpLibxml error handler with OOP - oopUser check for checking email and phone number in contact form 7 in wordpress - emailHow / where to store update token on Android? - androidComputing kurtosis from a numpy array? - arraysUITableViewCell jumps to the detail view when I load a cell from nib? - swiftHow can I use `str.format` directly as` __repr__`? - pythonAll Articles
I want to change the default icon that appears when I use
<b class="caret"></b>
I want to replace it with some FontAwesome icons. How to do it?
just change the class to a cool class. Make sure you have fontovesome stylesheet
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"/> <i class="fa fa-caret-down">Caret</i>
Use <b class="fa <your preferred fa icon>"></b>
<b class="fa <your preferred fa icon>"></b>
enable <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> for the icons.
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
Source: https://habr.com/ru/post/1204710/More articles:Assembly optimized from assembly - reflectionIntelliJ and JavaFX support - intellij-ideaEF 6.1 Scalar-Valued Feature Database - c #How to get parsing errors using DomDocument :: loadXML () - phpLibxml error handler with OOP - oopUser check for checking email and phone number in contact form 7 in wordpress - emailHow / where to store update token on Android? - androidComputing kurtosis from a numpy array? - arraysUITableViewCell jumps to the detail view when I load a cell from nib? - swiftHow can I use `str.format` directly as` __repr__`? - pythonAll Articles