I’m still getting to grips with Webflow and need a bit of help with interactions. Any pointers would be appreciated.
Essentially i’m looking to change the navbar colour in each section of my single page website. The reason for this is to give each block its own colour theme - e.g. changing the navbar to suit the graphics and icons of the section.
I’m getting to grips with ‘interactions’ but cannot see anything for colour. does anyone know how this might be done?
Write your own custom code that detects the scroll and changes the navbar color
Make a different navbar for each section/color and then when the scroll triggers you display:none on the previous one and display:block on the next one with no delay so that hopefully it just looks like they swap.
I would try to transition the opacity between of a set of background colors nested in a div. Nest the menu nav inside the div and set its background to transparent so that your background div shows through.