You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great if we could define multiple text elements.
For example by defining a selector in the options (e.g. .main-header a or .logo, .top-nav a) or using a data attribute (e.g. data-contrast-el).
In the meantime, here's how I solved this problem…
Use case: Fullscreen slideshow with top navbar.
The navbar contains multiple text elements.
There is a single background which changes automatically.
It would be great if we could define multiple text elements.
For example by defining a selector in the options (e.g.
.main-header a
or.logo, .top-nav a
) or using a data attribute (e.g.data-contrast-el
).In the meantime, here's how I solved this problem…
Use case: Fullscreen slideshow with top navbar.
The navbar contains multiple text elements.
There is a single background which changes automatically.
HTML:
JavaScript:
The text was updated successfully, but these errors were encountered: