Remove the gradient from sticky menu

Posted in: Newspaper
Post count: 3

Hi,
I am able to remove the gradient by a css code you guys provided here. But when I choose “Always Sticky” from Sticky menu option, it overrides and the shadow appears again. How do I remove gradient (shadow) from both main menu and sticky menu. I am using Style 3 Multipurpose header option.
Thanks.

Post count: 20688

Hi,

I have used a code like this to remove the gradient below the header menu, when using multi-purpose header style 3
https://www.screencast.com/t/yrUWyxrT
https://www.screencast.com/t/n29qUNfFvzQn
It also removes the gradient when the menu is sticky, you could give it a try

.tdm-header-style-3 .td-header-gradient:before {
display: none;
}

If it does not work, please provide a link to your website so we could take a look.

Thanks

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