How to add custom HTML/JS/CSS code into a website?

 
  1. Option 1:
    • Adding HTML code:
      • Drag and drop "Advanced" from main toolbar;
      • Choose "Custom HTML" composition;
      • Select HTML code pencil.png icon in right toolbar and insert code.
    • Customising HTML code:
      • Size:
        Adjust HTML code size or "Allow to adjust size automatically" in right toolbar.
  2. Option 2:
    • Adding custom script:
      • Go to "Settings" (on the top of the website builder);
      • Go to "Pages" menu items and switch to "Scripts" tab;
      • Insert your code into one of 3 available fields:
        • "Before </head>" — inserts code in the ending of page/website section <head>
        • "After <body>" — inserts code in the beginning of page/website section <body>
        • "Before </body>" — inserts code in the ending of page/website section <body>
      • The script can be added either for whole website (all pages) or for exact page.
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Published Store or Blog website has words in English

Some builder elements (e.g., "Store", "Store Cart", "Blog") may have their own built-in words and...

Custom HTML widget does not work

There can be many reasons for this issue.One of the reasons may be in improper HTML code usage in...