I want the same elements on each page’s header, but want them to be a different color on each page. How do I do this? If I detach from global section, I lose scroll effects.
Thanks!
I want the same elements on each page’s header, but want them to be a different color on each page. How do I do this? If I detach from global section, I lose scroll effects.
Thanks!
If you are using Wix Studio, You can design multiple headers. Just set different colors to each header. Alternatively use velo to set colors like
$w(“#myElement”).style.backgroundColor = “rgba(255,0,0,0.5)”;
Thanks…worked very easily.