Unitheme V2 Top Menu Borders And Box-Shadow

Hi,

Please, can someone tell me how to remove/change borders and box-shadow of Unitheme 2 top-menu-grid ?

Thank you

Do you mean this?

https://prnt.sc/ta7nra

Do you mean this?

https://prnt.sc/ta7nra

Thank you eComLabs.

I mean this since i am using horizontal menu

https://hmp.me/c59c

Try to add the following code to the CSS section of the Theme editor

.tygh-header .header-grid .top-menu-grid {
        border: none;    
        box-shadow: none;
}

Try to add the following code to the CSS section of the Theme editor

.tygh-header .header-grid .top-menu-grid {
        border: none;    
        box-shadow: none;
}

it works

Thank you boss !