Sticky Transparent Header with Elementor PRO

In this video I show you how to create a sticky and transparent header in Elementor PRO with CSS. selector.elementor-sticky–effects{ background-color: rgba(255,255,255,0.98) !important } selector{ transition: background-color 2s ease !important; } selector.elementor-sticky–effects >.elementor-container{ min-height: 50px; } selector > .elementor-container{ transition: min-height 1s ease !important; }