Skip to content

How to add Icon, if it has dropdown menu? #415

@nriddhi

Description

@nriddhi

I am making a menu with dropdown, how can i add after menu name a font awesome dropdown icon, if it has dropdown menu

<li class="nav-item drop_menu"> <a class="nav-link" href="#">Services <i class="fas fa-caret-down"></i></a>
  <ul> <li><a href="service.html">Service main</a></li>
           <li><a href="service-single.html">Service single</a></li>
 </ul>
 </li>

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions