Skip to content

Instantly share code, notes, and snippets.

@bnoden
Last active December 17, 2017 01:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bnoden/35b5c7b24289d82346597ba9f3d952b7 to your computer and use it in GitHub Desktop.
Save bnoden/35b5c7b24289d82346597ba9f3d952b7 to your computer and use it in GitHub Desktop.
const entryHeader = document.querySelector('.entry-header');
const entryTitle = document.querySelector('.entry-title');
// entryHeader.style.display = 'none'; // To remove completely
entryTitle.innerText = 'What we do'; // Or whatever text you want
<script type="text/javascript" src="./js/custom.js"></script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment