Hide the help for WPMU users

Hi there - first of all - we’re LOVING the plugin. Great job developing this guys - bravo! :slight_smile:

We’re using this on our multisite installation. I’m wondering if we can easily hide a couple of the options in the help screen - “View the knowledge base” and “Visit the forums”

Shown here: http://www.screencast.com/t/dKVrYs0VL

I’m thinking that this will only confuse the users and could potentially lead to more support tickets as well. Is there an easy way to turn this off?

We’re only using the plugin - not the theme by the way. Also, If it requires updating or commenting out some code, I want to make sure it’s preserved as the plugin gets updated in the future. Thanks so much.

Hey Matt,

Thanks for getting in touch! And glad you’re loving the plugin! :slight_smile:

Adding this CSS snippet to your stylesheet should fix you right up!

.fl-builder-knowledge-base-button, .fl-builder-forums-button {
  display: none !important;
}

Let us know how it goes! :slight_smile:

Ben

worked great! Thank you :slight_smile:

Hey Matt,

No worries! Enjoy The Beaver! :slight_smile:

Ben