Add External Stylesheets/Script to Your Website

Add External Stylesheets/Script to Your Website

IMPORTANT: The steps in this article require developer permissions.

Please note that the following article is for advanced users who are comfortable with creating code. We do not recommend adding code unless you are completely comfortable with it, because we cannot support that code.

Our advanced developer tools allow you to place external stylesheets or scripts on your site, either before or after the existing custom file. See steps below for specific direction on adding stylesheets or scripts into the or portion of your site structure.


Adding an External Stylesheet:

1. Select the Developer Tools icon in the gray navigation bar. You will be taken to the CSS panel by default:

Screen_Shot_2018-10-02_at_10.27.11_AM.png

2. Scroll to the bottom of the page and you will see an area for External stylesheets.

Screen_Shot_2018-10-02_at_10.28.34_AM.png

3. Select the green Add URL button and a panel to input your external stylesheet URL will appear.

Screen_Shot_2018-10-02_at_10.35.22_AM.png

If you would like, you may paste in any link tag, so you could paste this in the first field (as an example):

type="text/css" href="https://yourexternalhosthere.com/style.css" id="stylesheet">

Important: Make sure that "https://" is specified at the beginning of your external URL, or your stylesheet will not save properly.

Optional: Open the Advanced panel if you need to add customized attributes for your stylesheet.

The fields will automatically parse out the correct attributes for your stylesheet. If you open the Advanced area, you may see "Id" or "Subresource Integrity" has been filled in after the paste action. All of the fields can be filled manually, as well.

4. Once all the fields appear have been filled-out as you need, select the blue Save button.

5. Select the green Publish button to take your changes live!


Adding an External Script

1. Select the Developer Tools icon in the gray navigation bar.

2. You will be taken to the CSS panel by default, so select Head JS () or Body JS (), depending on where you need to place your external script.

Screen_Shot_2018-10-02_at_10.50.28_AM.png

3. Scroll to the bottom of the page and you will see an area for External scripts.

Screen_Shot_2018-10-02_at_10.55.30_AM.png

4. Select the green Add URL button and a panel to input your external script URL will appear.

Screen_Shot_2018-10-02_at_10.58.10_AM.png

If you would like, you may paste in any script tag, for example, you could paste into the first field:

Important: Make sure that "https://" is specified at the beginning of your external URL, or your script will not save properly.

Optional: Open the Advanced panel if you need to add customized attributes for your script.

The fields will automatically parse out the correct attributes for your script embed. If you open the Advanced area, you may see "Id" or "Subresource Integrity" has been filled in after the paste action. All of the fields can be filled manually, as well.

An area for Data Attributes is also available to you. Select the green Add Data Attributes button to add custom Data attributes.

5. Once all the fields appear have been filled-out as you need, select the blue Save button.

6. Select the green Publish button to take your changes live!


    • Related Articles

    • Access to Developer Tools - CSS, Head & Body JS

      Note: This article provides steps for code provided by third-party sources. Any troubleshooting with third-party applications should be handled by the application’s support team or your custom developer. Developer tools allow you to add custom CSS ...
    • Add Script/HTML to Every Page on Your Website

      Note: This article provides steps for code provided by third-party sources. Any troubleshooting with third-party applications should be handled by the application’s support team or your custom developer. You can add scripts into a block so that it ...
    • Update Title Tag, Description, and Keywords Per Page (Professional and Concierge Members)

      Our SEO tools let you add a Title Tag, Description and other settings without using any advanced coding. To add SEO metadata for each page, follow the steps below: 1. Select the Content tool in the gray navigation bar. 2. Click on the Page you want ...
    • Website Accessibility/Make Your Website ADA Compliant

      Our platform can easily integrate third-party widgets that allow users with disabilities to read and utilize the content on your website. UserWay provides an accessibility widget that you can add to your website. This plugin analyzes your website's ...
    • Add Google AdSense to Your Website

      Important: Developer tools must be enabled for this process. If you would like to monetize your website with Google AdSense, follow these steps: 1. Navigate to Google AdSense Dashboard. After you create a new ad unit, copy your ad's embed code: 2. ...