Transparent BG to color BG Elementor - Just CSS


How To Add a Transparent BG to Color BG Elementor - Just CSS

Must have scroll effect on -- (you don't need to select an effect, just an effect offset, ie 100)

then paste this CSS inn your custom CSS on the element.

.elementor-sticky--effects {
background: #fff !important;
}
.elementor-sticky--effects .sticky-menu-items ul li a {
color: #000 !important;
}
.elementor-sticky--effects, .sticky-menu-items ul li a {
transition: ease 500ms;
}

Did you find this article useful?