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

#26353

Bogdan Donovan
Keymaster

Try to add the following code snippet to the Custom CSS area in Theme Settings to add my account icon.

.header-links {
  position: relative;
}

.header-links:before {
  position: absolute;
  top: 0;
  left: -25px;
  content: "\e005";
  font-family: Simple-Line-Icons;
  color: white;
}

Regards