Hi there, I’ve been trying to use a nav bar component across multiple pages each page has a different color-set. I have duplicated the component then renamed and change colors but this still changes Colors on all instances how do I break the link? Thanks in advance
You probably need to add classes to change the colours used. The colours are set as on classes so if all the components use the same classes, they will have the same styles
Hi Emily, Thanks for your reply, it is an unusual situation as you don't normally need to have say 3 similar pages but with a completely different set of colors. I used classes as you mentioned to style the component in different pages. Have you worked with any of the components that require react? How do you install npm packages in Webflow?