I would like to change fullpage.js dotted nav to an icon set. Each icon will represent each section. How can I manage to do that? Cannot find any solution of this.
Please advise.
Thanks.
I would like to change fullpage.js dotted nav to an icon set. Each icon will represent each section. How can I manage to do that? Cannot find any solution of this.
Please advise.
Thanks.
What about creating your own navigation bar?
Use
navigation:false
.Then create you own nav and use apply the method
$.fn.fullpage.moveTo
in each of the elements.Reproduction online
With my list using font-awesome icons: