Interested in showing a little holiday spirit with a snowy theme for your Showit site? You can do so easily by following the steps below!
⚠️ We cannot guarantee that any added pieces of code will work in every case inside of Showit.
Add a Snow Theme
You can easily add a snow theme to multiple pages across your site using Global Custom Code. Here's how:
Where to Start
Navigate to your Site Settings and open the Integrations tab. Add a Custom Code.
Name this code Snow Theme and save it, then click the option to + Add Code To... and choose Add HMTL to the Head.
Snow Theme Code
Copy the following code and take it back to your site settings.
<!-- Showit Snow Code -->
<script type="text/javascript">
(function () {
loadSnow();
function loadSnow() {
var script = document.createElement('script');
script.defer = true;
script.src = 'https://static.showit.co/file/IcLiP84BQNKCyeS7FmT8Dg/38940/snowstorm.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(script);
script.onload = initSnow;
}
function initSnow() {
snowStorm.excludeMobile = false;
}
})();
</script>
<!-- End Showit Snow Code -->
Add Your Code, Save & Publish
Paste this code into your custom code box, make sure to click Save and Publish your design! Happy Holidays!
Note: Adding Custom Code in this way will only apply the code to the pages within your selected Site Canvas Sets. For more info on how Global Custom Code works, check out this article: