We moved to new unified forum!

Please post all new support queries in our New Forum.

T3 Community Discussion & Support

Let's build the best free Joomla template framework, together!
  1. Asif
  2. General Discussion
  3. Monday, 23 December 2013
  4.  Subscribe via email
How to change default caret style with font awesome icons???
  Islampur Road, Dhaka, Bangladesh
Visit 
Comment
There are no comments made yet.
Accepted Answer
Accepted Answer Pending Moderation
0
Votes
Undo
Hi

T3 does not support for this feature by default.
You need to customize css.

.caret {
width: auto;
height: auto;
border: none;
display: inline-block;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

.caret:before {
content: "\f015"; /* the icon content you want to use */
}


Regards
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # Permalink
Accepted Answer Pending Moderation
0
Votes
Undo
Thanks for your support... It worked for me.

Regards Asif
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 1
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.