How Do I Make A Site Background Image Clickable To An External URL?

How Do I Make A Site Background Image Clickable To An External URL?

This Article Is For:

  • All users who have the 'Manage Website Settings' permission
  • This is applicable to all SoCast Themes

Note:

  • If you're currently using custom styling code in your website, SoCast cannot guarantee this code will not interfere with other code you have placed in your website.

If you'd like your Site Background image to be a clickable element and link to an external URL follow the instructions below.

Step-by-step guide

  1. Click Website
  2. Click on Website Settings
  3. Copy the following code;
  4. <script>
    $(document).ready(function() {
    App.addBackgroundClick(" http://www.socastdigital.com ");
    });
    </script>
  5. Paste the code into notepad or something similar, then copy and paste the code into the Custom Footer HTML Box
  6. Update the URL in the code (www.socastdigital.com) to your desired click through URL. Ensure you keep the brackets and quotations intact
  7. Click Save

    • Related Articles

    • Background Theme Settings

      This Article Is For: All users who have the 'Manage Website Settings' permission This is applicable to all SoCast Themes Your website's background will have a significant impact on the design of your website. These settings will determine the site’s ...
    • How Do I Make The Site Background Image Repeatable?

      This Article Is For: All users who have the 'Manage Website Settings' permission This is applicable to all SoCast Themes These are the instructions for making your website background image repeatable. Only users who are website admins will have ...
    • How Do I Make The Site Header Background Image Repeatable?

      This Article Is For: All users who have the 'Manage Website Settings' permission This is applicable to all SoCast Themes These are the instructions for making your website header background image repeatable. Only users who are website admins will ...
    • How Do I Change The Site Background Image Alignment?

      This Article is For: All users who have the 'Manage Website Settings' permission This is applicable to all SoCast Themes These are the instructions for changing your website background image alignment. Only users who are website admins will have ...
    • What Is The Maximum Size For The Site Background Image?

      This Article Is For: All users who have the 'Manage Website Settings' permission This is applicable to all SoCast Themes Step-by-step guide The Background Image, is the image sitting to the left and right (or behind) the inside content area of your ...