Archived topic
Easiest way to change the CARET
1 reply · Started by George on July 19, 2016
Viewing posts 1–2 of 2
Hello Tom,
What's the easiest way to change the down-arrow to this carot?
http://fontawesome.io/icon/caret-down/
I saw in your CSS you have the caret down multiple times with !important -- so if I placed a new code in the Child CSS what would happen?
Thanks,
Worthy
Super easy with this CSS:
.dropdown-menu-toggle:before {
content: "\f0d7";
}
This archived topic is closed to new replies.
