How do I hide Facebook and twitter before signup?
If you want to remove the social sharing (Facebook & Twitter) before you signup then you can leverage the custom CSS field to do so. This is available to paying customers.
- Open the page designer by choosing design from the dashboard.
- Open the design menu
-
Insert the following custom CSS
#social {display:none;}
-
Click save