Custom code allows you to add CSS and Script to your live Webflow sites.
Key points;
Where in my page can I embed code?
> Webflow has two designated areas for inserting code in its config settings- in the <head>, or just before the </body> ends.
> You can also use the HTML Embed element to add custom code at a specific point in your layout.
How do I control which pages my custom code is in?
> Use the Custom Code tab on Site settings to add code that you want to appear on every page of your site.
> Use the Custom Code area under Page settings in the designer to add code that you want to appear only on that page.
> The HTML Embed element can also be used to add custom code to a specific page, OR you can place it in a symbol which can be shared among multiple pages.
What kind of custom code can I run?
> Custom code is embedded in your delivered page, which means your client must be able to run it.
> > CSS
> > Javascript
> > JQuery ( the library is already loaded for you )
What else can I do?
Embed rich markup, like JSON+LD
Embed special META tags, for favicons
Limitations
Custom code is client-side only, which means no server-side logic, no NPM packages, no ability to process data securely or to hit secured API endpoints.
By clicking “Accept All Cookies”, you agree to the storing of cookies on your device to enhance site navigation, analyze site usage, and assist in our marketing efforts. View our Privacy Policy for more information.