How To Add CSS In Webflow



Guide

  1. From the Webflow dashboard locate your project thumbnail and click on the three dotted icon to view options.

  2. Click on Settings.

  3. From the left sidebar, navigate to the Custom code section.

  4. This page will contain different sections for head, body and footer.

    • CSS should be applied inside the head section using the <style> and </style> tags.

    • Remember to not include the <head> and </head> tags, the code inside the Head section is automatically included in the head.

  5. Validate and save your changes. Note that all code applied here will be applied to all pages of your project.

  6. To apply CSS to a specific page, from inside the editor, go to the Pages tab in the left sidebar menu.

  7. Hover over the page name to reveal a small gear icon for settings. Click to open.

  8. Scroll to the bottom to find the Custom Code section. Click to expand.

    • Recall the same tips as before, CSS should be applied inside the head section using the <style> and </style> tags.

    • Remember to not include the <head> and </head> tags, the code inside the Head section is automatically included in the header.

  9. Save your changes and publish your project to push them live.

🚀

Create your first interactive demo in minutes

No credit card required • Start building today

Start free

    This website uses cookies to enhance the user experience.

    AcceptDecline