Custom Icon Sidebar toggle - Partition Stack

The parition stack has a few choices for toggle icon when viewing the sidebar on mobile. The search icon isn’t one of them. Does anyone know how I can place the following icon in this toggle:

<i class="fa fa-search" aria-hidden="true"></i>

The button’s class is: fc-open-button

(i’m putting a search tool in the sidebar so want to have a search icon for this toggle. ) I’ll drop an image below to show what i mean . Its currently set to 'Chevron right"

Hi there @James249 – It isn’t an option right now, but you can feel free to submit it as a feature request for a future version:

2 Likes

This CSS should work until Adam has a chance to add it as a native choice.

span.fc-open-button i::before {
    content: "\f002";
}
2 Likes

awesome, thanks Don - this works perfectly

great, thanks Adam - i’ll put in a request for this