• Resolved aniraka

    (@aniraka)


    Hi!

    Can you point me to a way how I can remove the standard arrow next to the drop down menu? I found this thread on how to make it smaller, but didn’t find one on how to remove it entirely.

    Thanks!!

Viewing 1 replies (of 1 total)
  • Hi @aniraka,

    You can achieve removing the arrow with the following code:

    .caret-wrap {
       display: none;
    }

    I hope it helped. Let us know if you have any more questions.

Viewing 1 replies (of 1 total)
  • The topic ‘Remove arrow of drop down menu’ is closed to new replies.