I am trying to replicate prior behavior in v5 for my home page with a transparent header and dark video background, v5 code:<header id="header" class="transparent-header" data-sticky-class="not-dark">
This allowed me:
on desktop browsers to have light color menu items when transparent header was active and when scrolling down with sticky header would have white background with dark menu items.
on mobile browsers to have white background with dark menu items all the time including when sticky (transparent header was never active).
For v6 code the best I have been able to do to replicate this is:<header id="header" class="transparent-header dark" data-mobile-sticky="true" data-sticky-class="not-dark">
However, now the issue I run into is mobile browser headers have dark backgrounds when not sticky (ISSUE) and white when.
