Remove Dropdown Triangle


Topic: Remove Dropdown Triangle

MarcRohrer asked 3 years ago

Hi,

how can I get rid of the trangle of the dropdown comonent?

enter image description here

I want to create a "normal" burger menu.

regards

Marc


Michał Duszak staff answered 3 years ago

Hi there,

Please add the following style code to Your page:

<style>
.dropdown-toggle:after {
 display: none;
}
</style>

Best Regards


MarcRohrer answered 3 years ago

but, where in the documentation can I find stuff like that?


Michał Duszak staff answered 3 years ago

I'm not sure if this is is mentioned in the documentation. But it's right there in the Dev Tools, pointed out after you right-click the arrow, and choose "Inspect" from the context menu. enter image description here


Please insert min. 20 characters.

FREE CONSULTATION

Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.

Status

Answered

Specification of the issue
  • User: Free
  • Premium support: No
  • Technology: MDB Standard
  • MDB Version: MDB5 3.9.0
  • Device: PC
  • Browser: Chrome
  • OS: Windows
  • Provided sample code: No
  • Provided link: No
Tags