Use these steps to hide the Show Results button in your forum polls.
- Log in to your Website Toolbox account.
- Click the Integrate link in the main menu.
- Click the Custom Code link.
- Insert the following HTML code into the Forum Head Tag HTML Code text box:
<script> // Hide the Show Results link document.addEventListener("DOMContentLoaded", function() { if(jQ("#showPollResults").length) { jQ("#showPollResults").addClass("hidden"); } }); </script> - Save your Settings.