Reply To: Transparent Header using Elementor Page Builder

Home Forums Support Transparent Header using Elementor Page Builder Reply To: Transparent Header using Elementor Page Builder

Home Forums Support Transparent Header using Elementor Page Builder Reply To: Transparent Header using Elementor Page Builder

#230190
Tom
Lead Developer
Lead Developer

Hi Denis,

As you posted on FB, this was your solution:

.site-header {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 500;
}

Just be careful, as adding that CSS to all pages will add it to templates that won’t have an Elementor header like the 404 template, blog templates, archives etc..

I suggest using Simple CSS to add it only to the specific pages where you’re using Elementor.