Home › Forums › Basel support forum › Changing menu items › Reply To: Changing menu items
December 1, 2017 at 8:04 am
#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