Personality tests and Team Selector campaigns are fun and thus likely to be shared on Facebook. Qualifio provides you with two Facebook sharing options: participants are either able to share your campaign or their outcome (i.e. their test result or football team).
To hide the "Share on my wall" button, please access your campaign's Look & Feel step and click on "Change look & feel", then select "Advanced Settings" from the list of menus that appears on the left. From there, you can edit the CSS code according to your preferences.
Personality tests
If you don't want users to share your campaign, but still want to enable them to share their test results, you can add to the CSS tab:
#fbShareWall {
display: none !important;
}
Football team selectors
If you don't want users to share your campaign, but still want to enable them to share their test results or football team, you can add to the CSS tab:
.fb_button.fb_generic_share {
display: none !important;
}