How to change this icons in the superfly menu?

How to change this icons in the superfly menu?

I wish to change the search loupe and the arrows that indicate the sublevels of such menu . I attach a screenshot in order to avoid misunderstoods. I wish to change them with another font awesome free icons .

thanks.

Hey @Borislav.VD,

Here are Superfly’s selector’s for those icons.

#sfm-sidebar .sfm-search-form span:after {
    font-family: fontawesome;
    content: '\f0ac';
}

.sfm-pos-left .sfm-indicators .sfm-sm-indicator i:after {
    font-family: fontawesome;
    content: '\f04b';
}

You can change the icons by replacing the unicode which you can get from the icon’s page. Just note that icons from version 5.0 of FontAwesome won’t work. You’ll need to load version 5.0 externally.

Thanks.

it seems to work perfectly great support as always applause , applause +1

Thanks @christian_y

You’re very welcome. I’ve also removed the screenshot you mentioned. Have a great day :slight_smile: