Superfly Submenu Indicator color change

How can I change the color for the Superfly Submenu Indicator? I would like it to be black.

Thanks,

Andrew

Hello Andrew,

Thanks for asking. :slight_smile:

You can add following CSS under X > Theme Options > CSS to change indicator color:

#sfm-sidebar.sfm-indicators .sfm-sm-indicator i {
    color: #ededed !important;
}

Please change the color code as per your requirement.

Thanks.

Appreciate your fast responses!

You are most welcome. :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.