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

#240965
Tom
Lead Developer
Lead Developer

The menu is kind of complex because there’s so many elements in it.

The Page Header has this option if you’re adding content using the page header meta box.

If not, you can try this:

.main-navigation {
    background-color: transparent;
}

Let me know if you need the other elements (hover, current etc..).