How can I add vertical navigation dots using Fullpage.js on my Webflow website?

Published on
September 22, 2023

To add vertical navigation dots using Fullpage.js on your Webflow website, you can follow these steps:

  1. Install and set up Fullpage.js:
  • Download the Fullpage.js library files from their official website or use a CDN link.
  • Include the Fullpage.js script in the <head> section of your Webflow website.
  • Initialize Fullpage.js by calling the necessary functions in a separate script tag.
  1. Create a section for each vertical section in your website:
  • In the Webflow Designer, create a new section for each vertical slide you want to have.
  • Customize the design and layout of each section as desired.
  1. Add the navigation dots:
  • Inside the custom code section of your project settings, add a script tag.
  • Use the Fullpage.js API to enable the navigation dots and customize their appearance.
  • For example, you can use the navigation option to enable the dots and navigationPosition to set the position (e.g., right, left, top, bottom).
  • You can also customize the styling of the navigation dots using CSS to match your website's design.
  1. Test and refine:
  • Preview your website to test the Fullpage.js functionality and navigation dots.
  • If needed, make adjustments to the Fullpage.js options or the design of your sections to achieve the desired result.
  • Continue to refine and optimize until you are satisfied with the vertical navigation dots on your Webflow website.

In summary, to add vertical navigation dots using Fullpage.js on your Webflow website, you need to install and set up Fullpage.js, create sections for each vertical slide, add the navigation dots using Fullpage.js API, and customize their appearance and position. Testing and refining the design will help ensure the navigation dots work effectively on your Webflow site.

Additional Questions:

  1. How do I customize the appearance of the Fullpage.js navigation dots in Webflow?
  2. Can I have horizontal and vertical navigation dots on my Webflow website using Fullpage.js?
  3. Are there any other plugins or alternatives to Fullpage.js for adding vertical navigation dots in Webflow?