HIDE INDIVIDUAL LabTabs WITH CSS
If you want to hide individual LabTabs but retain the page content (so you can link to it discretely), this is really easy with CSS.
Just use the following code in your Ads & Custom HTML area within the Admin Center. Put the code into the Head Meta Data area.
<style>
#labtab_forum{
display:none!important
}
</style>













1 Comment
#labtab_forum, #labtab_members, #labtab_video {
display:none!important
}
Click here to sign up now.