I want to disable Superfly on some pages, how do I do that?

Is there any kind of shortcode to place on these page?
//

Hi there,

Thanks for writing in! You can hide the Superfly button on specific pages using custom CSS. You just need to get the page ID and then add the following code in the Theme Options > CSS:

.page-id-5 .sfm-navicon-button {
    display: none;
}

To find out page ID’s please follow https://theme.co/apex/forum/t/setup-how-to-locate-post-ids/59 and replace the page ID in the above code.

Hope this helps!

Hi there,

There is an option in Superfly Menu under General display rules where you can select pages where you want Superfly not to display on:

Hope this helps.

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