Site logo

Easiest way to change the CARET

Home Forums Support Easiest way to change the CARET

Home Forums Support Easiest way to change the CARET

  • This topic has 1 reply, 2 voices, and was last updated 10 years ago by Tom.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #211252
    George

    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

    #211272
    Tom
    Lead Developer
    Lead Developer

    Super easy with this CSS:

    .dropdown-menu-toggle:before {
        content: "\f0d7";
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.