Home Forums Basel support forum Changing menu items Reply To: Changing menu items

#26471

Bogdan Donovan
Keymaster

Please, add the following code snippet to the Custom CSS area.

.mobile-nav .header-links li:last-child > a:before {
  content: "\e005";
  font-family: Simple-Line-Icons;
  font-size: 13px;
  margin-right: 8px;
}

Regards