Superfly Menu - Multiple Menus and Styling Them Differently

Am I able to create two different Superfly Menus and style the colors differently? I see how I can have one show up on some pages and one on others, but I was wondering if I can style them differently?

Hi @Kev,

Thanks for reaching out.
There is no such option to style two different menus separately in Superfly Menu. Still, you can try adding the page-specific class in custom CSS code for a specific menu, like the following example.

.page-id-701 .sfm-rollback .sf_label_default
{
    background-color: #ff0000;
}

Please remember that the above code is a sample code that overrides the Superfly Menu button color for the specific page.

Thanks

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