DIVI add bullets to the menu links

To do that you must add the Elegant icon fonts following this post: Add Elegant Icon Font to any Theme

.et-menu li {
  position: relative;
  padding-left: 15px;
}
.et-menu li:before {
  content: "\45";
  font-family: eleganticons;
  left: 0;
  position: absolute;
  top: 2px;
  color: #fcb316;
}
Scroll to Top