Skip to main content

Get out of here, template library!

Whether it’s because you want it hidden from your client after you’re done the design or if you just don’t want it at all, removing the studio is easy.

  • Step 1: Open your child theme functions.php file (salient-child/functions.php)
  • Step 2: Copy and paste the snippet below in at the bottom
/* Remove the salient studio */ 
function nectar_generate_salient_studio_button() { 
   return false; 
 } 
function nectar_custom_studio_templates_for_vc() { 
  return false; 
}

That’s it – and if you ever need it again, just delete the snippet. Nothing will be affected.