I have a site with 4 sections (section A, B1, B2, C let’s say). Section B2 is hidden (set to display:none) until you click a “show more” button (inside Section B1) which changes Section B2 to display: block and reveals it.
In my Nav Bar (which is fixed at the top of the site) I have links for sections A, B1 and C; and each one becomes highlighted once I scroll to that specific section.
Since Section B2 is a subsection of B1, I want the section B1 link in the navbar to remain highlighted while I am scrolling through B2 also…currently it only remains highlighted while I’m scrolling through B1 (since Webflow considers B2 a different section altogether).
Sorry for the lengthy post but I am not at liberty to show the site right now so I can’t provide a link to it.