Códigos CSS Cores Scroll
.menuscroll.elementor-sticky--effects {
background-color: green !important
}
.menuscroll{
transition: background-color 2s ease;
}
.menuscroll.elementor-sticky--effects .imgscroll img {
content: url("")
}
.menuscroll.elementor-sticky--effects .linksscroll a{
color: red !important
}
.menuscroll.elementor-sticky--effects .linksscroll a:hover{
color: black !important
}
Códigos CSS Blur
.menuscroll.elementor-sticky--effects {
backdrop-filter: blur(30px);
}
.menuscroll {
transition: backdrop-filter 0.5s ease;
}