Back to Tips

Hiding the Embed Codes

The embed codes serve an important purpose for the developer, but sometimes you may want to remove them after the site is built as to not confuse your client. A simple way of accomplishing this is to edit the css file "css/styles.css".

Go to the class ".howto" and add: "visibility: hidden;".

This will completely hide the embed codes from all pages in Pulse. You can always turn them back on if you need to later by deleting the css property.