Transparant Header Line

Hi. I would like to ask about the transparent header static top

my website is vibesintegrated.design

i am using this custom CSS

.masthead {
position: absolute;
width: 100%;
}
.x-navbar, .x-navbar .sub-menu {
background: transparent !important;
background-color: none !important;
}

it does become transparent. however, there is line under the menu. How to remove it? how to make all the navbar become transparent?
I already tried to choose the nav bar transparency but nothing is changed.

Thank you

Hi there,

Thanks for writing in! To remove the line, just add the following CSS code in the Theme Options > CSS:

.x-navbar {
    border: none !important;
    box-shadow: none !important;
}

Cheers!

HI @Nabeel thank you it work!

Glad we could help.

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.