/
Add Blog Banner Via Script

Add Blog Banner Via Script

This script can be used to add a banner image to a blog.

  1. Navigate to the Blog on ICC. Once there, open the “Interact RV Settings” page.

  2. Place this script in the “Footer Scripts” section. Make sure to replace the img src tags appropriately.

    1. <!-- Add Header Banner to Blog --> <script> $( document ).ready(function() { $('#mainContainer').prepend('<div class="ban-blog text-center hidden-xs hidden-sm"><img src="" alt="Banner" /></div>'); $('#mainContainer').prepend('<div class="ban-blog text-center hidden-md hidden-lg hidden-xl"><img src="" alt="Banner" /></div>'); }); </script>
  3. Save the blog.