How to remove the menu shadow?

Posted in: Newspaper
Post count: 15

I’d would like to remove the menu shadow, but the custom css mentioned below does not work…


.td-full-layout .td-menu-background{
background: none;
}
.td-full-layout .td-menu-background:after{
background: none;
}

Post count: 15

Got it

.td-header-gradient:before {
display: none !important;
}

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.